Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.DeleteDeploymentRequest
-
Packages that use DeleteDeploymentRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of DeleteDeploymentRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type DeleteDeploymentRequest Modifier and Type Method Description default CompletableFuture<DeleteDeploymentResponse>ApiGatewayV2AsyncClient. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)Deletes a Deployment.default DeleteDeploymentResponseApiGatewayV2Client. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)Deletes a Deployment. -
Uses of DeleteDeploymentRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type DeleteDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDeploymentRequestMarshaller. marshall(DeleteDeploymentRequest deleteDeploymentRequest)
-