Uses of Class
software.amazon.awssdk.services.proton.model.CancelComponentDeploymentRequest
-
Packages that use CancelComponentDeploymentRequest Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.transform -
-
Uses of CancelComponentDeploymentRequest in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton with parameters of type CancelComponentDeploymentRequest Modifier and Type Method Description default CompletableFuture<CancelComponentDeploymentResponse>ProtonAsyncClient. cancelComponentDeployment(CancelComponentDeploymentRequest cancelComponentDeploymentRequest)Attempts to cancel a component deployment (for a component that is in theIN_PROGRESSdeployment status).default CancelComponentDeploymentResponseProtonClient. cancelComponentDeployment(CancelComponentDeploymentRequest cancelComponentDeploymentRequest)Attempts to cancel a component deployment (for a component that is in theIN_PROGRESSdeployment status). -
Uses of CancelComponentDeploymentRequest in software.amazon.awssdk.services.proton.transform
Methods in software.amazon.awssdk.services.proton.transform with parameters of type CancelComponentDeploymentRequest Modifier and Type Method Description SdkHttpFullRequestCancelComponentDeploymentRequestMarshaller. marshall(CancelComponentDeploymentRequest cancelComponentDeploymentRequest)
-