Uses of Class
software.amazon.awssdk.services.proton.model.DeleteDeploymentRequest
-
Packages that use DeleteDeploymentRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.transform -
-
Uses of DeleteDeploymentRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type DeleteDeploymentRequest Modifier and Type Method Description default CompletableFuture<DeleteDeploymentResponse>ProtonAsyncClient. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)Delete the deployment.default DeleteDeploymentResponseProtonClient. deleteDeployment(DeleteDeploymentRequest deleteDeploymentRequest)Delete the deployment. -
Uses of DeleteDeploymentRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type DeleteDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDeploymentRequestMarshaller. marshall(DeleteDeploymentRequest deleteDeploymentRequest)
-