Uses of Class
com.amazonaws.services.route53domains.model.GetOperationDetailResult
Packages that use GetOperationDetailResult
Package
Description
-
Uses of GetOperationDetailResult in com.amazonaws.services.route53domains
Methods in com.amazonaws.services.route53domains that return GetOperationDetailResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Domains.getOperationDetail
(GetOperationDetailRequest request) AmazonRoute53Domains.getOperationDetail
(GetOperationDetailRequest getOperationDetailRequest) This operation returns the current status of an operation that is not completed.AmazonRoute53DomainsClient.getOperationDetail
(GetOperationDetailRequest getOperationDetailRequest) This operation returns the current status of an operation that is not completed.Methods in com.amazonaws.services.route53domains that return types with arguments of type GetOperationDetailResultModifier and TypeMethodDescriptionAbstractAmazonRoute53DomainsAsync.getOperationDetailAsync
(GetOperationDetailRequest request) AbstractAmazonRoute53DomainsAsync.getOperationDetailAsync
(GetOperationDetailRequest request, AsyncHandler<GetOperationDetailRequest, GetOperationDetailResult> asyncHandler) AmazonRoute53DomainsAsync.getOperationDetailAsync
(GetOperationDetailRequest getOperationDetailRequest) This operation returns the current status of an operation that is not completed.AmazonRoute53DomainsAsync.getOperationDetailAsync
(GetOperationDetailRequest getOperationDetailRequest, AsyncHandler<GetOperationDetailRequest, GetOperationDetailResult> asyncHandler) This operation returns the current status of an operation that is not completed.AmazonRoute53DomainsAsyncClient.getOperationDetailAsync
(GetOperationDetailRequest request) AmazonRoute53DomainsAsyncClient.getOperationDetailAsync
(GetOperationDetailRequest request, AsyncHandler<GetOperationDetailRequest, GetOperationDetailResult> asyncHandler) Method parameters in com.amazonaws.services.route53domains with type arguments of type GetOperationDetailResultModifier and TypeMethodDescriptionAbstractAmazonRoute53DomainsAsync.getOperationDetailAsync
(GetOperationDetailRequest request, AsyncHandler<GetOperationDetailRequest, GetOperationDetailResult> asyncHandler) AmazonRoute53DomainsAsync.getOperationDetailAsync
(GetOperationDetailRequest getOperationDetailRequest, AsyncHandler<GetOperationDetailRequest, GetOperationDetailResult> asyncHandler) This operation returns the current status of an operation that is not completed.AmazonRoute53DomainsAsyncClient.getOperationDetailAsync
(GetOperationDetailRequest request, AsyncHandler<GetOperationDetailRequest, GetOperationDetailResult> asyncHandler) -
Uses of GetOperationDetailResult in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return GetOperationDetailResultModifier and TypeMethodDescriptionGetOperationDetailResult.clone()
GetOperationDetailResult.withDomainName
(String domainName) The name of a domain.GetOperationDetailResult.withMessage
(String message) Detailed information on the status including possible errors.GetOperationDetailResult.withOperationId
(String operationId) The identifier for the operation.GetOperationDetailResult.withStatus
(OperationStatus status) The current status of the requested operation in the system.GetOperationDetailResult.withStatus
(String status) The current status of the requested operation in the system.GetOperationDetailResult.withSubmittedDate
(Date submittedDate) The date when the request was submitted.GetOperationDetailResult.withType
(OperationType type) The type of operation that was requested.The type of operation that was requested.