| Package | Description |
|---|---|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
ControlOperationSummary |
ControlOperationSummary.clone() |
ControlOperationSummary |
ControlOperationSummary.withControlIdentifier(String controlIdentifier)
The
controlIdentifier of a control. |
ControlOperationSummary |
ControlOperationSummary.withEnabledControlIdentifier(String enabledControlIdentifier)
The
controlIdentifier of an enabled control. |
ControlOperationSummary |
ControlOperationSummary.withEndTime(Date endTime)
The time at which the control operation was completed.
|
ControlOperationSummary |
ControlOperationSummary.withOperationIdentifier(String operationIdentifier)
The unique identifier of a control operation.
|
ControlOperationSummary |
ControlOperationSummary.withOperationType(ControlOperationType operationType)
The type of operation.
|
ControlOperationSummary |
ControlOperationSummary.withOperationType(String operationType)
The type of operation.
|
ControlOperationSummary |
ControlOperationSummary.withStartTime(Date startTime)
The time at which a control operation began.
|
ControlOperationSummary |
ControlOperationSummary.withStatus(ControlOperationStatus status)
The status of the specified control operation.
|
ControlOperationSummary |
ControlOperationSummary.withStatus(String status)
The status of the specified control operation.
|
ControlOperationSummary |
ControlOperationSummary.withStatusMessage(String statusMessage)
A speficic message displayed as part of the control status.
|
ControlOperationSummary |
ControlOperationSummary.withTargetIdentifier(String targetIdentifier)
The unique identifier of the target of a control operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<ControlOperationSummary> |
ListControlOperationsResult.getControlOperations()
Returns a list of output from control operations.
|
| Modifier and Type | Method and Description |
|---|---|
ListControlOperationsResult |
ListControlOperationsResult.withControlOperations(ControlOperationSummary... controlOperations)
Returns a list of output from control operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListControlOperationsResult.setControlOperations(Collection<ControlOperationSummary> controlOperations)
Returns a list of output from control operations.
|
ListControlOperationsResult |
ListControlOperationsResult.withControlOperations(Collection<ControlOperationSummary> controlOperations)
Returns a list of output from control operations.
|
Copyright © 2024. All rights reserved.