Uses of Class
com.amazonaws.services.route53domains.model.ListOperationsResult
Packages that use ListOperationsResult
Package
Description
-
Uses of ListOperationsResult in com.amazonaws.services.route53domains
Methods in com.amazonaws.services.route53domains that return ListOperationsResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Domains.listOperations()
AbstractAmazonRoute53Domains.listOperations
(ListOperationsRequest request) AmazonRoute53Domains.listOperations()
Simplified method form for invoking the ListOperations operation.AmazonRoute53Domains.listOperations
(ListOperationsRequest listOperationsRequest) This operation returns the operation IDs of operations that are not yet complete.AmazonRoute53DomainsClient.listOperations()
AmazonRoute53DomainsClient.listOperations
(ListOperationsRequest listOperationsRequest) This operation returns the operation IDs of operations that are not yet complete.Methods in com.amazonaws.services.route53domains that return types with arguments of type ListOperationsResultModifier and TypeMethodDescriptionAbstractAmazonRoute53DomainsAsync.listOperationsAsync()
Simplified method form for invoking the ListOperations operation.AbstractAmazonRoute53DomainsAsync.listOperationsAsync
(AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) Simplified method form for invoking the ListOperations operation with an AsyncHandler.AbstractAmazonRoute53DomainsAsync.listOperationsAsync
(ListOperationsRequest request) AbstractAmazonRoute53DomainsAsync.listOperationsAsync
(ListOperationsRequest request, AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) AmazonRoute53DomainsAsync.listOperationsAsync()
Simplified method form for invoking the ListOperations operation.AmazonRoute53DomainsAsync.listOperationsAsync
(AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) Simplified method form for invoking the ListOperations operation with an AsyncHandler.AmazonRoute53DomainsAsync.listOperationsAsync
(ListOperationsRequest listOperationsRequest) This operation returns the operation IDs of operations that are not yet complete.AmazonRoute53DomainsAsync.listOperationsAsync
(ListOperationsRequest listOperationsRequest, AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) This operation returns the operation IDs of operations that are not yet complete.AmazonRoute53DomainsAsyncClient.listOperationsAsync()
Simplified method form for invoking the ListOperations operation.AmazonRoute53DomainsAsyncClient.listOperationsAsync
(AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) Simplified method form for invoking the ListOperations operation with an AsyncHandler.AmazonRoute53DomainsAsyncClient.listOperationsAsync
(ListOperationsRequest request) AmazonRoute53DomainsAsyncClient.listOperationsAsync
(ListOperationsRequest request, AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) Method parameters in com.amazonaws.services.route53domains with type arguments of type ListOperationsResultModifier and TypeMethodDescriptionAbstractAmazonRoute53DomainsAsync.listOperationsAsync
(AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) Simplified method form for invoking the ListOperations operation with an AsyncHandler.AbstractAmazonRoute53DomainsAsync.listOperationsAsync
(ListOperationsRequest request, AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) AmazonRoute53DomainsAsync.listOperationsAsync
(AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) Simplified method form for invoking the ListOperations operation with an AsyncHandler.AmazonRoute53DomainsAsync.listOperationsAsync
(ListOperationsRequest listOperationsRequest, AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) This operation returns the operation IDs of operations that are not yet complete.AmazonRoute53DomainsAsyncClient.listOperationsAsync
(AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) Simplified method form for invoking the ListOperations operation with an AsyncHandler.AmazonRoute53DomainsAsyncClient.listOperationsAsync
(ListOperationsRequest request, AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) -
Uses of ListOperationsResult in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return ListOperationsResultModifier and TypeMethodDescriptionListOperationsResult.clone()
ListOperationsResult.withNextPageMarker
(String nextPageMarker) If there are more operations than you specified forMaxItems
in the request, submit another request and include the value ofNextPageMarker
in the value ofMarker
.ListOperationsResult.withOperations
(OperationSummary... operations) Lists summaries of the operations.ListOperationsResult.withOperations
(Collection<OperationSummary> operations) Lists summaries of the operations.