Uses of Class
com.amazonaws.services.route53.model.ListHostedZonesByNameRequest
Packages that use ListHostedZonesByNameRequest
-
Uses of ListHostedZonesByNameRequest in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 with parameters of type ListHostedZonesByNameRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53.listHostedZonesByName(ListHostedZonesByNameRequest request) AmazonRoute53.listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest) To retrieve a list of your hosted zones in lexicographic order, send aGETrequest to the/Route 53 API version/hostedzonesbynameresource.AmazonRoute53Client.listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest) To retrieve a list of your hosted zones in lexicographic order, send aGETrequest to the/Route 53 API version/hostedzonesbynameresource.AbstractAmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request) AbstractAmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) AmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest) To retrieve a list of your hosted zones in lexicographic order, send aGETrequest to the/Route 53 API version/hostedzonesbynameresource.AmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest, AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) To retrieve a list of your hosted zones in lexicographic order, send aGETrequest to the/Route 53 API version/hostedzonesbynameresource.AmazonRoute53AsyncClient.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request) AmazonRoute53AsyncClient.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Method parameters in com.amazonaws.services.route53 with type arguments of type ListHostedZonesByNameRequestModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.AbstractAmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) AmazonRoute53Async.listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.AmazonRoute53Async.listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest, AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) To retrieve a list of your hosted zones in lexicographic order, send aGETrequest to the/Route 53 API version/hostedzonesbynameresource.AmazonRoute53AsyncClient.listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.AmazonRoute53AsyncClient.listHostedZonesByNameAsync(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) -
Uses of ListHostedZonesByNameRequest in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ListHostedZonesByNameRequestModifier and TypeMethodDescriptionListHostedZonesByNameRequest.clone()ListHostedZonesByNameRequest.withDNSName(String dNSName) The first name in the lexicographic ordering of domain names that you want theListHostedZonesByNameRequestrequest to list.ListHostedZonesByNameRequest.withHostedZoneId(String hostedZoneId) If the request returned more than one page of results, submit another request and specify the value ofNextDNSNameandNextHostedZoneIdfrom the last response in theDNSNameandHostedZoneIdparameters to get the next page of results.ListHostedZonesByNameRequest.withMaxItems(String maxItems) Specify the maximum number of hosted zones to return per page of results.