Uses of Interface
software.amazon.awssdk.services.ssm.model.CancelMaintenanceWindowExecutionRequest.Builder
-
Packages that use CancelMaintenanceWindowExecutionRequest.Builder Package Description software.amazon.awssdk.services.ssm Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at scale.software.amazon.awssdk.services.ssm.model -
-
Uses of CancelMaintenanceWindowExecutionRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type CancelMaintenanceWindowExecutionRequest.Builder Modifier and Type Method Description default CompletableFuture<CancelMaintenanceWindowExecutionResponse>SsmAsyncClient. cancelMaintenanceWindowExecution(Consumer<CancelMaintenanceWindowExecutionRequest.Builder> cancelMaintenanceWindowExecutionRequest)Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running.default CancelMaintenanceWindowExecutionResponseSsmClient. cancelMaintenanceWindowExecution(Consumer<CancelMaintenanceWindowExecutionRequest.Builder> cancelMaintenanceWindowExecutionRequest)Stops a maintenance window execution that is already in progress and cancels any tasks in the window that haven't already starting running. -
Uses of CancelMaintenanceWindowExecutionRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return CancelMaintenanceWindowExecutionRequest.Builder Modifier and Type Method Description static CancelMaintenanceWindowExecutionRequest.BuilderCancelMaintenanceWindowExecutionRequest. builder()CancelMaintenanceWindowExecutionRequest.BuilderCancelMaintenanceWindowExecutionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CancelMaintenanceWindowExecutionRequest.BuilderCancelMaintenanceWindowExecutionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CancelMaintenanceWindowExecutionRequest.BuilderCancelMaintenanceWindowExecutionRequest. toBuilder()CancelMaintenanceWindowExecutionRequest.BuilderCancelMaintenanceWindowExecutionRequest.Builder. windowExecutionId(String windowExecutionId)The ID of the maintenance window execution to stop.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type CancelMaintenanceWindowExecutionRequest.Builder Modifier and Type Method Description static Class<? extends CancelMaintenanceWindowExecutionRequest.Builder>CancelMaintenanceWindowExecutionRequest. serializableBuilderClass()
-