Uses of Class
com.amazonaws.services.apigateway.model.DeleteDeploymentResult
-
Packages that use DeleteDeploymentResult Package Description com.amazonaws.services.apigateway com.amazonaws.services.apigateway.model -
-
Uses of DeleteDeploymentResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return DeleteDeploymentResult Modifier and Type Method Description DeleteDeploymentResult
AbstractAmazonApiGateway. deleteDeployment(DeleteDeploymentRequest request)
DeleteDeploymentResult
AmazonApiGateway. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)
Deletes a Deployment resource.DeleteDeploymentResult
AmazonApiGatewayClient. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)
Deletes a Deployment resource.Method parameters in com.amazonaws.services.apigateway with type arguments of type DeleteDeploymentResult Modifier and Type Method Description Future<DeleteDeploymentResult>
AbstractAmazonApiGatewayAsync. deleteDeploymentAsync(DeleteDeploymentRequest request, AsyncHandler<DeleteDeploymentRequest,DeleteDeploymentResult> asyncHandler)
Future<DeleteDeploymentResult>
AmazonApiGatewayAsync. deleteDeploymentAsync(DeleteDeploymentRequest deleteDeploymentRequest, AsyncHandler<DeleteDeploymentRequest,DeleteDeploymentResult> asyncHandler)
Deletes a Deployment resource.Future<DeleteDeploymentResult>
AmazonApiGatewayAsyncClient. deleteDeploymentAsync(DeleteDeploymentRequest request, AsyncHandler<DeleteDeploymentRequest,DeleteDeploymentResult> asyncHandler)
-
Uses of DeleteDeploymentResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return DeleteDeploymentResult Modifier and Type Method Description DeleteDeploymentResult
DeleteDeploymentResult. clone()
-