| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceWindowTaskCutoffBehavior |
GetMaintenanceWindowTaskResponse.cutoffBehavior()
The action to take on tasks when the maintenance window cutoff time is reached.
|
MaintenanceWindowTaskCutoffBehavior |
RegisterTaskWithMaintenanceWindowRequest.cutoffBehavior()
Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is
reached.
|
MaintenanceWindowTaskCutoffBehavior |
MaintenanceWindowTask.cutoffBehavior()
The specification for whether tasks should continue to run after the cutoff time specified in the maintenance
windows is reached.
|
MaintenanceWindowTaskCutoffBehavior |
UpdateMaintenanceWindowTaskResponse.cutoffBehavior()
The specification for whether tasks should continue to run after the cutoff time specified in the maintenance
windows is reached.
|
MaintenanceWindowTaskCutoffBehavior |
UpdateMaintenanceWindowTaskRequest.cutoffBehavior()
Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is
reached.
|
static MaintenanceWindowTaskCutoffBehavior |
MaintenanceWindowTaskCutoffBehavior.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<MaintenanceWindowTaskCutoffBehavior> |
MaintenanceWindowTaskCutoffBehavior.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
The action to take on tasks when the maintenance window cutoff time is reached.
|
RegisterTaskWithMaintenanceWindowRequest.Builder |
RegisterTaskWithMaintenanceWindowRequest.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is
reached.
|
MaintenanceWindowTask.Builder |
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.
|
UpdateMaintenanceWindowTaskResponse.Builder |
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.
|
UpdateMaintenanceWindowTaskRequest.Builder |
UpdateMaintenanceWindowTaskRequest.Builder.cutoffBehavior(MaintenanceWindowTaskCutoffBehavior cutoffBehavior)
Indicates whether tasks should continue to run after the cutoff time specified in the maintenance windows is
reached.
|
Copyright © 2022. All rights reserved.