Uses of Class
software.amazon.awssdk.services.proton.model.CancelEnvironmentDeploymentRequest
-
Packages that use CancelEnvironmentDeploymentRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.transform -
-
Uses of CancelEnvironmentDeploymentRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type CancelEnvironmentDeploymentRequest Modifier and Type Method Description default CompletableFuture<CancelEnvironmentDeploymentResponse>ProtonAsyncClient. cancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest)Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment isIN_PROGRESS.default CancelEnvironmentDeploymentResponseProtonClient. cancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest)Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment isIN_PROGRESS. -
Uses of CancelEnvironmentDeploymentRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type CancelEnvironmentDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestCancelEnvironmentDeploymentRequestMarshaller. marshall(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest)
-