Package | Description |
---|---|
com.amazonaws.services.route53domains.model | |
com.amazonaws.services.route53domains.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<OperationSummary> |
ListOperationsResult.operations
Lists summaries of the operations.
|
Modifier and Type | Method and Description |
---|---|
OperationSummary |
OperationSummary.clone() |
OperationSummary |
OperationSummary.withOperationId(java.lang.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(java.lang.String status)
The current status of the requested operation in the system.
|
OperationSummary |
OperationSummary.withSubmittedDate(java.util.Date submittedDate)
The date when the request was submitted.
|
OperationSummary |
OperationSummary.withType(OperationType type)
Type of the action requested.
|
OperationSummary |
OperationSummary.withType(java.lang.String type)
Type of the action requested.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<OperationSummary> operations)
Lists summaries of the operations.
|
ListOperationsResult |
ListOperationsResult.withOperations(java.util.Collection<OperationSummary> operations)
Lists summaries of the operations.
|
Modifier and Type | Method and Description |
---|---|
OperationSummary |
OperationSummaryJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OperationSummaryJsonMarshaller.marshall(OperationSummary operationSummary,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|