| Package | Description |
|---|---|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
static ControlOperationStatus |
ControlOperationStatus.fromValue(String value)
Use this in place of valueOf.
|
static ControlOperationStatus |
ControlOperationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ControlOperationStatus[] |
ControlOperationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ControlOperationSummary |
ControlOperationSummary.withStatus(ControlOperationStatus status)
The status of the specified control operation.
|
ControlOperation |
ControlOperation.withStatus(ControlOperationStatus status)
One of
IN_PROGRESS, SUCEEDED, or FAILED. |
ControlOperationFilter |
ControlOperationFilter.withStatuses(ControlOperationStatus... statuses)
Lists the status of control operations.
|
Copyright © 2025. All rights reserved.