Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
-
Packages that use DeleteDeploymentResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of DeleteDeploymentResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteDeploymentResponse Modifier and Type Method Description default DeleteDeploymentResponseApiGatewayClient. deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest)Deletes a Deployment resource.default DeleteDeploymentResponseApiGatewayClient. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)Deletes a Deployment resource.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type DeleteDeploymentResponse Modifier and Type Method Description default CompletableFuture<DeleteDeploymentResponse>ApiGatewayAsyncClient. deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest)Deletes a Deployment resource.default CompletableFuture<DeleteDeploymentResponse>ApiGatewayAsyncClient. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)Deletes a Deployment resource.
-