Uses of Class
software.amazon.awssdk.services.apigateway.model.DeleteDeploymentResponse
Packages that use DeleteDeploymentResponse
-
Uses of DeleteDeploymentResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return DeleteDeploymentResponseModifier and TypeMethodDescriptiondefault 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 DeleteDeploymentResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.deleteDeployment(Consumer<DeleteDeploymentRequest.Builder> deleteDeploymentRequest) Deletes a Deployment resource.ApiGatewayAsyncClient.deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest) Deletes a Deployment resource.