Uses of Class
software.amazon.awssdk.services.proton.model.CancelServicePipelineDeploymentResponse
-
Packages that use CancelServicePipelineDeploymentResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of CancelServicePipelineDeploymentResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return CancelServicePipelineDeploymentResponse Modifier and Type Method Description default CancelServicePipelineDeploymentResponseProtonClient. cancelServicePipelineDeployment(Consumer<CancelServicePipelineDeploymentRequest.Builder> cancelServicePipelineDeploymentRequest)Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment isIN_PROGRESS.default CancelServicePipelineDeploymentResponseProtonClient. cancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest)Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment isIN_PROGRESS.Methods in software.amazon.awssdk.services.proton that return types with arguments of type CancelServicePipelineDeploymentResponse Modifier and Type Method Description default CompletableFuture<CancelServicePipelineDeploymentResponse>ProtonAsyncClient. cancelServicePipelineDeployment(Consumer<CancelServicePipelineDeploymentRequest.Builder> cancelServicePipelineDeploymentRequest)Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment isIN_PROGRESS.default CompletableFuture<CancelServicePipelineDeploymentResponse>ProtonAsyncClient. cancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest)Attempts to cancel a service pipeline deployment on an UpdateServicePipeline action, if the deployment isIN_PROGRESS.
-