Uses of Class
software.amazon.awssdk.services.proton.model.CancelServiceInstanceDeploymentResponse
-
Packages that use CancelServiceInstanceDeploymentResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of CancelServiceInstanceDeploymentResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return CancelServiceInstanceDeploymentResponse Modifier and Type Method Description default CancelServiceInstanceDeploymentResponseProtonClient. cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest)Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment isIN_PROGRESS.default CancelServiceInstanceDeploymentResponseProtonClient. cancelServiceInstanceDeployment(CancelServiceInstanceDeploymentRequest cancelServiceInstanceDeploymentRequest)Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment isIN_PROGRESS.Methods in software.amazon.awssdk.services.proton that return types with arguments of type CancelServiceInstanceDeploymentResponse Modifier and Type Method Description default CompletableFuture<CancelServiceInstanceDeploymentResponse>ProtonAsyncClient. cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest)Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment isIN_PROGRESS.default CompletableFuture<CancelServiceInstanceDeploymentResponse>ProtonAsyncClient. cancelServiceInstanceDeployment(CancelServiceInstanceDeploymentRequest cancelServiceInstanceDeploymentRequest)Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment isIN_PROGRESS.
-