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 OperationSummaryOperationSummary. clone()OperationSummaryOperationSummary. withOperationId(String operationId)Identifier returned to track the requested action.OperationSummaryOperationSummary. withStatus(OperationStatus status)The current status of the requested operation in the system.OperationSummaryOperationSummary. withStatus(String status)The current status of the requested operation in the system.OperationSummaryOperationSummary. withSubmittedDate(Date submittedDate)The date when the request was submitted.OperationSummaryOperationSummary. withType(OperationType type)Type of the action requested.OperationSummaryOperationSummary. 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 ListOperationsResultListOperationsResult. 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 voidListOperationsResult. setOperations(Collection<OperationSummary> operations)Lists summaries of the operations.ListOperationsResultListOperationsResult. withOperations(Collection<OperationSummary> operations)Lists summaries of the operations.
-