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