| Package | Description |
|---|---|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
ControlOperation |
ControlOperation.clone() |
ControlOperation |
GetControlOperationResult.getControlOperation()
An operation performed by the control.
|
ControlOperation |
ControlOperation.withEndTime(Date endTime)
The time that the operation finished.
|
ControlOperation |
ControlOperation.withOperationType(ControlOperationType operationType)
One of
ENABLE_CONTROL or DISABLE_CONTROL. |
ControlOperation |
ControlOperation.withOperationType(String operationType)
One of
ENABLE_CONTROL or DISABLE_CONTROL. |
ControlOperation |
ControlOperation.withStartTime(Date startTime)
The time that the operation began.
|
ControlOperation |
ControlOperation.withStatus(ControlOperationStatus status)
One of
IN_PROGRESS, SUCEEDED, or FAILED. |
ControlOperation |
ControlOperation.withStatus(String status)
One of
IN_PROGRESS, SUCEEDED, or FAILED. |
ControlOperation |
ControlOperation.withStatusMessage(String statusMessage)
If the operation result is
FAILED, this string contains a message explaining why the operation
failed. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetControlOperationResult.setControlOperation(ControlOperation controlOperation)
An operation performed by the control.
|
GetControlOperationResult |
GetControlOperationResult.withControlOperation(ControlOperation controlOperation)
An operation performed by the control.
|
Copyright © 2023. All rights reserved.