Package | Description |
---|---|
com.amazonaws.services.route53domains.model |
Modifier and Type | Method and Description |
---|---|
OperationSummary |
OperationSummary.clone() |
OperationSummary |
OperationSummary.withOperationId(String operationId)
Identifier returned to track the requested action.
|
OperationSummary |
OperationSummary.withStatus(OperationStatus status)
The current status of the requested operation in the system.
|
OperationSummary |
OperationSummary.withStatus(String status)
The current status of the requested operation in the system.
|
OperationSummary |
OperationSummary.withSubmittedDate(Date submittedDate)
The date when the request was submitted.
|
OperationSummary |
OperationSummary.withType(OperationType type)
Type of the action requested.
|
OperationSummary |
OperationSummary.withType(String type)
Type of the action requested.
|
Modifier and Type | Method and Description |
---|---|
List<OperationSummary> |
ListOperationsResult.getOperations()
Lists summaries of the operations.
|
Modifier and Type | Method and Description |
---|---|
ListOperationsResult |
ListOperationsResult.withOperations(OperationSummary... operations)
Lists summaries of the operations.
|
Modifier and Type | Method and Description |
---|---|
void |
ListOperationsResult.setOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.
|
ListOperationsResult |
ListOperationsResult.withOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.
|
Copyright © 2018. All rights reserved.