Uses of Class
com.amazonaws.services.route53domains.model.ListOperationsResult
-
Packages that use ListOperationsResult Package Description com.amazonaws.services.route53domains com.amazonaws.services.route53domains.model -
-
Uses of ListOperationsResult in com.amazonaws.services.route53domains
Methods in com.amazonaws.services.route53domains that return ListOperationsResult Modifier and Type Method Description ListOperationsResultAbstractAmazonRoute53Domains. listOperations()ListOperationsResultAbstractAmazonRoute53Domains. listOperations(ListOperationsRequest request)ListOperationsResultAmazonRoute53Domains. listOperations()Simplified method form for invoking the ListOperations operation.ListOperationsResultAmazonRoute53Domains. listOperations(ListOperationsRequest listOperationsRequest)This operation returns the operation IDs of operations that are not yet complete.ListOperationsResultAmazonRoute53DomainsClient. listOperations()ListOperationsResultAmazonRoute53DomainsClient. 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 ListOperationsResult Modifier and Type Method Description Future<ListOperationsResult>AbstractAmazonRoute53DomainsAsync. listOperationsAsync()Simplified method form for invoking the ListOperations operation.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)Future<ListOperationsResult>AbstractAmazonRoute53DomainsAsync. listOperationsAsync(ListOperationsRequest request, AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)Future<ListOperationsResult>AmazonRoute53DomainsAsync. listOperationsAsync()Simplified method form for invoking the ListOperations operation.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)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()Simplified method form for invoking the ListOperations operation.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)Future<ListOperationsResult>AmazonRoute53DomainsAsyncClient. listOperationsAsync(ListOperationsRequest request, AsyncHandler<ListOperationsRequest,ListOperationsResult> asyncHandler)Method parameters in com.amazonaws.services.route53domains with type arguments of type ListOperationsResult 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 ListOperationsResult in com.amazonaws.services.route53domains.model
Methods in com.amazonaws.services.route53domains.model that return ListOperationsResult Modifier and Type Method Description ListOperationsResultListOperationsResult. clone()ListOperationsResultListOperationsResult. withNextPageMarker(String nextPageMarker)If there are more operations than you specified forMaxItemsin the request, submit another request and include the value ofNextPageMarkerin the value ofMarker.ListOperationsResultListOperationsResult. withOperations(OperationSummary... operations)Lists summaries of the operations.ListOperationsResultListOperationsResult. withOperations(Collection<OperationSummary> operations)Lists summaries of the operations.
-