Uses of Class
software.amazon.awssdk.services.ssm.model.MaintenanceWindowTaskCutoffBehavior
-
Packages that use MaintenanceWindowTaskCutoffBehavior Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of MaintenanceWindowTaskCutoffBehavior in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return MaintenanceWindowTaskCutoffBehavior Modifier and Type Method Description MaintenanceWindowTaskCutoffBehaviorGetMaintenanceWindowTaskResponse. cutoffBehavior()The action to take on tasks when the maintenance window cutoff time is reached.MaintenanceWindowTaskCutoffBehaviorMaintenanceWindowTask. cutoffBehavior()The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.MaintenanceWindowTaskCutoffBehaviorRegisterTaskWithMaintenanceWindowRequest. cutoffBehavior()Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.MaintenanceWindowTaskCutoffBehaviorUpdateMaintenanceWindowTaskRequest. cutoffBehavior()Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.MaintenanceWindowTaskCutoffBehaviorUpdateMaintenanceWindowTaskResponse. cutoffBehavior()The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.static MaintenanceWindowTaskCutoffBehaviorMaintenanceWindowTaskCutoffBehavior. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static MaintenanceWindowTaskCutoffBehaviorMaintenanceWindowTaskCutoffBehavior. valueOf(String name)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 MaintenanceWindowTaskCutoffBehavior Modifier and Type Method Description static Set<MaintenanceWindowTaskCutoffBehavior>MaintenanceWindowTaskCutoffBehavior. knownValues()Methods in software.amazon.awssdk.services.ssm.model with parameters of type MaintenanceWindowTaskCutoffBehavior Modifier and Type Method Description GetMaintenanceWindowTaskResponse.BuilderGetMaintenanceWindowTaskResponse.Builder. cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)The action to take on tasks when the maintenance window cutoff time is reached.MaintenanceWindowTask.BuilderMaintenanceWindowTask.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.BuilderRegisterTaskWithMaintenanceWindowRequest.Builder. cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.UpdateMaintenanceWindowTaskRequest.BuilderUpdateMaintenanceWindowTaskRequest.Builder. cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.UpdateMaintenanceWindowTaskResponse.BuilderUpdateMaintenanceWindowTaskResponse.Builder. cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)The specification for whether tasks should continue to run after the cutoff time specified in the maintenance windows is reached.
-