Uses of Class
com.amazonaws.services.route53domains.model.ListOperationsRequest
-
Packages that use ListOperationsRequest Package Description com.amazonaws.services.route53domains com.amazonaws.services.route53domains.model -
-
Uses of ListOperationsRequest in com.amazonaws.services.route53domains
Methods in com.amazonaws.services.route53domains with parameters of type ListOperationsRequest Modifier and Type Method Description ListOperationsResultAbstractAmazonRoute53Domains. listOperations(ListOperationsRequest request)ListOperationsResultAmazonRoute53Domains. listOperations(ListOperationsRequest listOperationsRequest)This operation returns the operation IDs of operations that are not yet complete.ListOperationsResultAmazonRoute53DomainsClient. listOperations(ListOperationsRequest listOperationsRequest)This operation returns the operation IDs of operations that are not yet complete.Future<ListOperationsResult>AbstractAmazonRoute53DomainsAsync. listOperationsAsync(ListOperationsRequest request)Future<ListOperationsResult>AbstractAmazonRoute53DomainsAsync. listOperationsAsync(ListOperationsRequest request, AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)Future<ListOperationsResult>AmazonRoute53DomainsAsync. listOperationsAsync(ListOperationsRequest listOperationsRequest)This operation returns the operation IDs of operations that are not yet complete.Future<ListOperationsResult>AmazonRoute53DomainsAsync. listOperationsAsync(ListOperationsRequest listOperationsRequest, AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)This operation returns the operation IDs of operations that are not yet complete.Future<ListOperationsResult>AmazonRoute53DomainsAsyncClient. listOperationsAsync(ListOperationsRequest request)Future<ListOperationsResult>AmazonRoute53DomainsAsyncClient. listOperationsAsync(ListOperationsRequest request, AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)Method parameters in com.amazonaws.services.route53domains with type arguments of type ListOperationsRequest Modifier and Type Method Description Future<ListOperationsResult>AbstractAmazonRoute53DomainsAsync. listOperationsAsync(AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)Simplified method form for invoking the ListOperations operation with an AsyncHandler.Future<ListOperationsResult>AbstractAmazonRoute53DomainsAsync. listOperationsAsync(ListOperationsRequest request, AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)Future<ListOperationsResult>AmazonRoute53DomainsAsync. listOperationsAsync(AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)Simplified method form for invoking the ListOperations operation with an AsyncHandler.Future<ListOperationsResult>AmazonRoute53DomainsAsync. listOperationsAsync(ListOperationsRequest listOperationsRequest, AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)This operation returns the operation IDs of operations that are not yet complete.Future<ListOperationsResult>AmazonRoute53DomainsAsyncClient. listOperationsAsync(AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)Simplified method form for invoking the ListOperations operation with an AsyncHandler.Future<ListOperationsResult>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 ListOperationsRequest Modifier and Type Method Description ListOperationsRequestListOperationsRequest. clone()ListOperationsRequestListOperationsRequest. withMarker(String marker)For an initial request for a list of operations, omit this element.ListOperationsRequestListOperationsRequest. withMaxItems(Integer maxItems)Number of domains to be returned.
-