Uses of Interface
software.amazon.awssdk.services.proton.model.CancelServiceInstanceDeploymentRequest.Builder
-
Packages that use CancelServiceInstanceDeploymentRequest.Builder Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.model -
-
Uses of CancelServiceInstanceDeploymentRequest.Builder in software.amazon.awssdk.services.proton
Method parameters in software.amazon.awssdk.services.proton with type arguments of type CancelServiceInstanceDeploymentRequest.Builder Modifier and Type Method Description default CompletableFuture<CancelServiceInstanceDeploymentResponse>ProtonAsyncClient. cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest)Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment isIN_PROGRESS.default CancelServiceInstanceDeploymentResponseProtonClient. cancelServiceInstanceDeployment(Consumer<CancelServiceInstanceDeploymentRequest.Builder> cancelServiceInstanceDeploymentRequest)Attempts to cancel a service instance deployment on an UpdateServiceInstance action, if the deployment isIN_PROGRESS. -
Uses of CancelServiceInstanceDeploymentRequest.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return CancelServiceInstanceDeploymentRequest.Builder Modifier and Type Method Description static CancelServiceInstanceDeploymentRequest.BuilderCancelServiceInstanceDeploymentRequest. builder()CancelServiceInstanceDeploymentRequest.BuilderCancelServiceInstanceDeploymentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelServiceInstanceDeploymentRequest.BuilderCancelServiceInstanceDeploymentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelServiceInstanceDeploymentRequest.BuilderCancelServiceInstanceDeploymentRequest.Builder. serviceInstanceName(String serviceInstanceName)The name of the service instance with the deployment to cancel.CancelServiceInstanceDeploymentRequest.BuilderCancelServiceInstanceDeploymentRequest.Builder. serviceName(String serviceName)The name of the service with the service instance deployment to cancel.CancelServiceInstanceDeploymentRequest.BuilderCancelServiceInstanceDeploymentRequest. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type CancelServiceInstanceDeploymentRequest.Builder Modifier and Type Method Description static Class<? extends CancelServiceInstanceDeploymentRequest.Builder>CancelServiceInstanceDeploymentRequest. serializableBuilderClass()
-