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