Uses of Class
com.amazonaws.services.route53domains.model.OperationSummary
-
Packages that use OperationSummary Package Description com.amazonaws.services.route53domains.model -
-
Uses of OperationSummary in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return OperationSummary Modifier and Type Method 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.Methods in com.amazonaws.services.route53domains.model that return types with arguments of type OperationSummary Modifier and Type Method Description List<OperationSummary>
ListOperationsResult. getOperations()
Lists summaries of the operations.Methods in com.amazonaws.services.route53domains.model with parameters of type OperationSummary Modifier and Type Method Description ListOperationsResult
ListOperationsResult. withOperations(OperationSummary... operations)
Lists summaries of the operations.Method parameters in com.amazonaws.services.route53domains.model with type arguments of type OperationSummary Modifier and Type Method Description void
ListOperationsResult. setOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.ListOperationsResult
ListOperationsResult. withOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.
-