Package | Description |
---|---|
com.amazonaws.services.simplesystemsmanagement.model |
Modifier and Type | Method and Description |
---|---|
static MaintenanceWindowTaskCutoffBehavior |
MaintenanceWindowTaskCutoffBehavior.fromValue(String value)
Use this in place of valueOf.
|
static MaintenanceWindowTaskCutoffBehavior |
MaintenanceWindowTaskCutoffBehavior.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.
|
Modifier and Type | Method and Description |
---|---|
void |
RegisterTaskWithMaintenanceWindowRequest.setCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is
reached.
|
void |
MaintenanceWindowTask.setCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
The specification for whether tasks should continue to run after the cutoff time specified in the maintenance
windows is reached.
|
UpdateMaintenanceWindowTaskResult |
UpdateMaintenanceWindowTaskResult.withCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
The specification for whether tasks should continue to run after the cutoff time specified in the maintenance
windows is reached.
|
UpdateMaintenanceWindowTaskRequest |
UpdateMaintenanceWindowTaskRequest.withCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is
reached.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is
reached.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
The action to take on tasks when the maintenance window cutoff time is reached.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withCutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
The specification for whether tasks should continue to run after the cutoff time specified in the maintenance
windows is reached.
|
Copyright © 2023. All rights reserved.