| Package | Description |
|---|---|
| com.amazonaws.services.controltower.model |
| Modifier and Type | Method and Description |
|---|---|
BaselineOperation |
BaselineOperation.clone() |
BaselineOperation |
GetBaselineOperationResult.getBaselineOperation()
A
baselineOperation object that shows information about the specified operation ID. |
BaselineOperation |
BaselineOperation.withEndTime(Date endTime)
The end time of the operation (if applicable), in ISO 8601 format.
|
BaselineOperation |
BaselineOperation.withOperationIdentifier(String operationIdentifier)
The identifier of the specified operation.
|
BaselineOperation |
BaselineOperation.withOperationType(BaselineOperationType operationType)
An enumerated type (
enum) with possible values of ENABLE_BASELINE,
DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE. |
BaselineOperation |
BaselineOperation.withOperationType(String operationType)
An enumerated type (
enum) with possible values of ENABLE_BASELINE,
DISABLE_BASELINE, UPDATE_ENABLED_BASELINE, or RESET_ENABLED_BASELINE. |
BaselineOperation |
BaselineOperation.withStartTime(Date startTime)
The start time of the operation, in ISO 8601 format.
|
BaselineOperation |
BaselineOperation.withStatus(BaselineOperationStatus status)
An enumerated type (
enum) with possible values of SUCCEEDED, FAILED, or
IN_PROGRESS. |
BaselineOperation |
BaselineOperation.withStatus(String status)
An enumerated type (
enum) with possible values of SUCCEEDED, FAILED, or
IN_PROGRESS. |
BaselineOperation |
BaselineOperation.withStatusMessage(String statusMessage)
A status message that gives more information about the operation's status, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBaselineOperationResult.setBaselineOperation(BaselineOperation baselineOperation)
A
baselineOperation object that shows information about the specified operation ID. |
GetBaselineOperationResult |
GetBaselineOperationResult.withBaselineOperation(BaselineOperation baselineOperation)
A
baselineOperation object that shows information about the specified operation ID. |
Copyright © 2024. All rights reserved.