| Package | Description |
|---|---|
| software.amazon.awssdk.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
static ControlOperationStatus |
ControlOperationStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ControlOperationStatus |
ControlOperation.status()
One of
IN_PROGRESS, SUCEEDED, or FAILED. |
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 |
|---|---|
static Set<ControlOperationStatus> |
ControlOperationStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ControlOperation.Builder |
ControlOperation.Builder.status(ControlOperationStatus status)
One of
IN_PROGRESS, SUCEEDED, or FAILED. |
Copyright © 2022. All rights reserved.