Uses of Class
software.amazon.awssdk.services.proton.model.CancelServicePipelineDeploymentRequest
-
Packages that use CancelServicePipelineDeploymentRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.transform -
-
Uses of CancelServicePipelineDeploymentRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type CancelServicePipelineDeploymentRequest Modifier and Type Method Description default CompletableFuture<CancelServicePipelineDeploymentResponse>ProtonAsyncClient. cancelServicePipelineDeployment(CancelServicePipelineDeploymentRequest 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. -
Uses of CancelServicePipelineDeploymentRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type CancelServicePipelineDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestCancelServicePipelineDeploymentRequestMarshaller. marshall(CancelServicePipelineDeploymentRequest cancelServicePipelineDeploymentRequest)
-