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