| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowTaskType |
MaintenanceWindowTaskType.fromValue(String value)
Use this in place of valueOf.
|
static MaintenanceWindowTaskType |
MaintenanceWindowTaskType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceWindowTaskType[] |
MaintenanceWindowTaskType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceWindowExecutionTaskIdentity.setTaskType(MaintenanceWindowTaskType taskType)
The type of task that ran.
|
void |
MaintenanceWindowExecutionTaskInvocationIdentity.setTaskType(MaintenanceWindowTaskType taskType)
The task type.
|
void |
RegisterTaskWithMaintenanceWindowRequest.setTaskType(MaintenanceWindowTaskType taskType)
The type of task being registered.
|
void |
MaintenanceWindowTask.setType(MaintenanceWindowTaskType type)
The type of task.
|
void |
GetMaintenanceWindowExecutionTaskResult.setType(MaintenanceWindowTaskType type)
The type of task that was run.
|
MaintenanceWindowExecutionTaskIdentity |
MaintenanceWindowExecutionTaskIdentity.withTaskType(MaintenanceWindowTaskType taskType)
The type of task that ran.
|
GetMaintenanceWindowExecutionTaskInvocationResult |
GetMaintenanceWindowExecutionTaskInvocationResult.withTaskType(MaintenanceWindowTaskType taskType)
Retrieves the task type for a maintenance window.
|
MaintenanceWindowExecutionTaskInvocationIdentity |
MaintenanceWindowExecutionTaskInvocationIdentity.withTaskType(MaintenanceWindowTaskType taskType)
The task type.
|
GetMaintenanceWindowTaskResult |
GetMaintenanceWindowTaskResult.withTaskType(MaintenanceWindowTaskType taskType)
The type of task to run.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withTaskType(MaintenanceWindowTaskType taskType)
The type of task being registered.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withType(MaintenanceWindowTaskType type)
The type of task.
|
GetMaintenanceWindowExecutionTaskResult |
GetMaintenanceWindowExecutionTaskResult.withType(MaintenanceWindowTaskType type)
The type of task that was run.
|
Copyright © 2021. All rights reserved.