| Package | Description |
|---|---|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
OperationSummary |
OperationSummary.clone() |
OperationSummary |
OperationSummary.withDomainName(String domainName)
Name of the domain.
|
OperationSummary |
OperationSummary.withLastUpdatedDate(Date lastUpdatedDate)
The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).
|
OperationSummary |
OperationSummary.withMessage(String message)
Message about the operation.
|
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.withStatusFlag(StatusFlag statusFlag)
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
OperationSummary |
OperationSummary.withStatusFlag(String statusFlag)
Automatically checks whether there are no outstanding operations on domains that need customer attention.
|
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 © 2023. All rights reserved.