Uses of Class
software.amazon.awssdk.services.proton.model.CancelEnvironmentDeploymentResponse
-
Packages that use CancelEnvironmentDeploymentResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of CancelEnvironmentDeploymentResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return CancelEnvironmentDeploymentResponse Modifier and Type Method Description default CancelEnvironmentDeploymentResponseProtonClient. cancelEnvironmentDeployment(Consumer<CancelEnvironmentDeploymentRequest.Builder> 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.Methods in software.amazon.awssdk.services.proton that return types with arguments of type CancelEnvironmentDeploymentResponse Modifier and Type Method Description default CompletableFuture<CancelEnvironmentDeploymentResponse>ProtonAsyncClient. cancelEnvironmentDeployment(Consumer<CancelEnvironmentDeploymentRequest.Builder> cancelEnvironmentDeploymentRequest)Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment isIN_PROGRESS.default CompletableFuture<CancelEnvironmentDeploymentResponse>ProtonAsyncClient. cancelEnvironmentDeployment(CancelEnvironmentDeploymentRequest cancelEnvironmentDeploymentRequest)Attempts to cancel an environment deployment on an UpdateEnvironment action, if the deployment isIN_PROGRESS.
-