Uses of Class
software.amazon.awssdk.services.proton.model.CancelComponentDeploymentResponse
-
Packages that use CancelComponentDeploymentResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of CancelComponentDeploymentResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return CancelComponentDeploymentResponse Modifier and Type Method Description default CancelComponentDeploymentResponseProtonClient. cancelComponentDeployment(Consumer<CancelComponentDeploymentRequest.Builder> 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).Methods in software.amazon.awssdk.services.proton that return types with arguments of type CancelComponentDeploymentResponse Modifier and Type Method Description default CompletableFuture<CancelComponentDeploymentResponse>ProtonAsyncClient. cancelComponentDeployment(Consumer<CancelComponentDeploymentRequest.Builder> cancelComponentDeploymentRequest)Attempts to cancel a component deployment (for a component that is in theIN_PROGRESSdeployment status).default CompletableFuture<CancelComponentDeploymentResponse>ProtonAsyncClient. cancelComponentDeployment(CancelComponentDeploymentRequest cancelComponentDeploymentRequest)Attempts to cancel a component deployment (for a component that is in theIN_PROGRESSdeployment status).
-