| Package | Description |
|---|---|
| software.amazon.awssdk.services.ssm.model |
| Modifier and Type | Method and Description |
|---|---|
static MaintenanceWindowExecutionStatus |
MaintenanceWindowExecutionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MaintenanceWindowExecutionStatus |
GetMaintenanceWindowExecutionTaskResponse.status()
The status of the task.
|
MaintenanceWindowExecutionStatus |
GetMaintenanceWindowExecutionTaskInvocationResponse.status()
The task status for an invocation.
|
MaintenanceWindowExecutionStatus |
MaintenanceWindowExecutionTaskIdentity.status()
The status of the task execution.
|
MaintenanceWindowExecutionStatus |
MaintenanceWindowExecutionTaskInvocationIdentity.status()
The status of the task invocation.
|
MaintenanceWindowExecutionStatus |
GetMaintenanceWindowExecutionResponse.status()
The status of the Maintenance Window execution.
|
MaintenanceWindowExecutionStatus |
MaintenanceWindowExecution.status()
The status of the execution.
|
static MaintenanceWindowExecutionStatus |
MaintenanceWindowExecutionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MaintenanceWindowExecutionStatus[] |
MaintenanceWindowExecutionStatus.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<MaintenanceWindowExecutionStatus> |
MaintenanceWindowExecutionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetMaintenanceWindowExecutionTaskResponse.Builder |
GetMaintenanceWindowExecutionTaskResponse.Builder.status(MaintenanceWindowExecutionStatus status)
The status of the task.
|
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder |
GetMaintenanceWindowExecutionTaskInvocationResponse.Builder.status(MaintenanceWindowExecutionStatus status)
The task status for an invocation.
|
MaintenanceWindowExecutionTaskIdentity.Builder |
MaintenanceWindowExecutionTaskIdentity.Builder.status(MaintenanceWindowExecutionStatus status)
The status of the task execution.
|
MaintenanceWindowExecutionTaskInvocationIdentity.Builder |
MaintenanceWindowExecutionTaskInvocationIdentity.Builder.status(MaintenanceWindowExecutionStatus status)
The status of the task invocation.
|
GetMaintenanceWindowExecutionResponse.Builder |
GetMaintenanceWindowExecutionResponse.Builder.status(MaintenanceWindowExecutionStatus status)
The status of the Maintenance Window execution.
|
MaintenanceWindowExecution.Builder |
MaintenanceWindowExecution.Builder.status(MaintenanceWindowExecutionStatus status)
The status of the execution.
|
Copyright © 2019. All rights reserved.