Uses of Class
com.amazonaws.services.route53domains.model.OperationSummary
Packages that use OperationSummary
-
Uses of OperationSummary in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return OperationSummaryModifier and TypeMethodDescriptionOperationSummary.clone()
OperationSummary.withOperationId
(String operationId) Identifier returned to track the requested action.OperationSummary.withStatus
(OperationStatus status) The current status of the requested operation in the system.OperationSummary.withStatus
(String status) The current status of the requested operation in the system.OperationSummary.withSubmittedDate
(Date submittedDate) The date when the request was submitted.OperationSummary.withType
(OperationType type) Type of the action requested.Type of the action requested.Methods in com.amazonaws.services.route53domains.model that return types with arguments of type OperationSummaryModifier and TypeMethodDescriptionListOperationsResult.getOperations()
Lists summaries of the operations.Methods in com.amazonaws.services.route53domains.model with parameters of type OperationSummaryModifier and TypeMethodDescriptionListOperationsResult.withOperations
(OperationSummary... operations) Lists summaries of the operations.Method parameters in com.amazonaws.services.route53domains.model with type arguments of type OperationSummaryModifier and TypeMethodDescriptionvoid
ListOperationsResult.setOperations
(Collection<OperationSummary> operations) Lists summaries of the operations.ListOperationsResult.withOperations
(Collection<OperationSummary> operations) Lists summaries of the operations.