Uses of Class
com.amazonaws.services.route53domains.model.ListOperationsRequest
Packages that use ListOperationsRequest
Package
Description
-
Uses of ListOperationsRequest in com.amazonaws.services.route53domains
Methods in com.amazonaws.services.route53domains with parameters of type ListOperationsRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53Domains.listOperations
(ListOperationsRequest request) AmazonRoute53Domains.listOperations
(ListOperationsRequest listOperationsRequest) This operation returns the operation IDs of operations that are not yet complete.AmazonRoute53DomainsClient.listOperations
(ListOperationsRequest listOperationsRequest) This operation returns the operation IDs of operations that are not yet complete.AbstractAmazonRoute53DomainsAsync.listOperationsAsync
(ListOperationsRequest request) AbstractAmazonRoute53DomainsAsync.listOperationsAsync
(ListOperationsRequest request, AsyncHandler<ListOperationsRequest, ListOperationsResult> 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
(ListOperationsRequest request) AmazonRoute53DomainsAsyncClient.listOperationsAsync
(ListOperationsRequest request, AsyncHandler<ListOperationsRequest, ListOperationsResult> asyncHandler) Method parameters in com.amazonaws.services.route53domains with type arguments of type ListOperationsRequestModifier 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 ListOperationsRequest in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return ListOperationsRequestModifier and TypeMethodDescriptionListOperationsRequest.clone()
ListOperationsRequest.withMarker
(String marker) For an initial request for a list of operations, omit this element.ListOperationsRequest.withMaxItems
(Integer maxItems) Number of domains to be returned.