Uses of Enum
software.amazon.awssdk.services.ssm.model.MaintenanceWindowTaskCutoffBehavior
Packages that use MaintenanceWindowTaskCutoffBehavior
-
Uses of MaintenanceWindowTaskCutoffBehavior in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowTaskCutoffBehaviorModifier and TypeMethodDescriptionGetMaintenanceWindowTaskResponse.cutoffBehavior()The action to take on tasks when the maintenance window cutoff time is reached.MaintenanceWindowTask.cutoffBehavior()The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.RegisterTaskWithMaintenanceWindowRequest.cutoffBehavior()Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.UpdateMaintenanceWindowTaskRequest.cutoffBehavior()Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.UpdateMaintenanceWindowTaskResponse.cutoffBehavior()The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.Use this in place of valueOf to convert the raw string returned by the service into the enum value.Returns the enum constant of this type with the specified name.static MaintenanceWindowTaskCutoffBehavior[]MaintenanceWindowTaskCutoffBehavior.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type MaintenanceWindowTaskCutoffBehaviorMethods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowTaskCutoffBehaviorModifier and TypeMethodDescriptionGetMaintenanceWindowTaskResponse.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) The action to take on tasks when the maintenance window cutoff time is reached.MaintenanceWindowTask.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.RegisterTaskWithMaintenanceWindowRequest.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.UpdateMaintenanceWindowTaskRequest.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.UpdateMaintenanceWindowTaskResponse.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior) The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.