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 ListOperationsResult
AbstractAmazonRoute53Domains. listOperations()
ListOperationsResult
AbstractAmazonRoute53Domains. listOperations(ListOperationsRequest request)
ListOperationsResult
AmazonRoute53Domains. listOperations()
Simplified method form for invoking the ListOperations operation.ListOperationsResult
AmazonRoute53Domains. listOperations(ListOperationsRequest listOperationsRequest)
This operation returns the operation IDs of operations that are not yet complete.ListOperationsResult
AmazonRoute53DomainsClient. listOperations()
ListOperationsResult
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 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 ListOperationsResult
ListOperationsResult. clone()
ListOperationsResult
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
ListOperationsResult. withOperations(OperationSummary... operations)
Lists summaries of the operations.ListOperationsResult
ListOperationsResult. withOperations(Collection<OperationSummary> operations)
Lists summaries of the operations.
-