| 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.withControlIdentifier(String controlIdentifier)
The
controlIdentifier of the control for the operation. |
ControlOperation |
ControlOperation.withEnabledControlIdentifier(String enabledControlIdentifier)
The
controlIdentifier of the enabled control. |
ControlOperation |
ControlOperation.withEndTime(Date endTime)
The time that the operation finished.
|
ControlOperation |
ControlOperation.withOperationIdentifier(String operationIdentifier)
The identifier of the specified operation.
|
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. |
ControlOperation |
ControlOperation.withTargetIdentifier(String targetIdentifier)
The target upon which the control operation is working.
|
| 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 © 2025. All rights reserved.