Uses of Interface
software.amazon.awssdk.services.ssm.model.CancelMaintenanceWindowExecutionRequest.Builder
Packages that use CancelMaintenanceWindowExecutionRequest.Builder
Package
Description
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.
-
Uses of CancelMaintenanceWindowExecutionRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type CancelMaintenanceWindowExecutionRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.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.SsmClient.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.BuilderModifier and TypeMethodDescriptionCancelMaintenanceWindowExecutionRequest.builder()CancelMaintenanceWindowExecutionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CancelMaintenanceWindowExecutionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CancelMaintenanceWindowExecutionRequest.toBuilder()CancelMaintenanceWindowExecutionRequest.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CancelMaintenanceWindowExecutionRequest.Builder>CancelMaintenanceWindowExecutionRequest.serializableBuilderClass()