| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowTaskType |
MaintenanceWindowTaskType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MaintenanceWindowTaskType |
GetMaintenanceWindowExecutionTaskInvocationResponse.taskType()
Retrieves the task type for a Maintenance Window.
|
MaintenanceWindowTaskType |
MaintenanceWindowExecutionTaskInvocationIdentity.taskType()
The task type.
|
MaintenanceWindowTaskType |
MaintenanceWindowExecutionTaskIdentity.taskType()
The type of executed task.
|
MaintenanceWindowTaskType |
GetMaintenanceWindowTaskResponse.taskType()
The type of task to execute.
|
MaintenanceWindowTaskType |
RegisterTaskWithMaintenanceWindowRequest.taskType()
The type of task being registered.
|
MaintenanceWindowTaskType |
GetMaintenanceWindowExecutionTaskResponse.type()
The type of task executed.
|
MaintenanceWindowTaskType |
MaintenanceWindowTask.type()
The type of task.
|
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 |
|---|---|
static Set<MaintenanceWindowTaskType> |
MaintenanceWindowTaskType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder |
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder.taskType(MaintenanceWindowTaskType taskType)
Retrieves the task type for a Maintenance Window.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
MaintenanceWindowExecutionTaskInvocationIdentity.Builder.taskType(MaintenanceWindowTaskType taskType)
The task type.
|
MaintenanceWindowExecutionTaskIdentity.Builder |
MaintenanceWindowExecutionTaskIdentity.Builder.taskType(MaintenanceWindowTaskType taskType)
The type of executed task.
|
GetMaintenanceWindowTaskResponse.Builder |
GetMaintenanceWindowTaskResponse.Builder.taskType(MaintenanceWindowTaskType taskType)
The type of task to execute.
|
RegisterTaskWithMaintenanceWindowRequest.Builder |
RegisterTaskWithMaintenanceWindowRequest.Builder.taskType(MaintenanceWindowTaskType taskType)
The type of task being registered.
|
GetMaintenanceWindowExecutionTaskResponse.Builder |
GetMaintenanceWindowExecutionTaskResponse.Builder.type(MaintenanceWindowTaskType type)
The type of task executed.
|
MaintenanceWindowTask.Builder |
MaintenanceWindowTask.Builder.type(MaintenanceWindowTaskType type)
The type of task.
|
Copyright © 2019. All rights reserved.