Uses of Class
com.amazonaws.services.route53.model.ListHostedZonesResult
-
Packages that use ListHostedZonesResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of ListHostedZonesResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return ListHostedZonesResult Modifier and Type Method Description ListHostedZonesResult
AbstractAmazonRoute53. listHostedZones()
ListHostedZonesResult
AbstractAmazonRoute53. listHostedZones(ListHostedZonesRequest request)
ListHostedZonesResult
AmazonRoute53. listHostedZones()
Simplified method form for invoking the ListHostedZones operation.ListHostedZonesResult
AmazonRoute53. listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send aGET
request to the/Route 53 API version/hostedzone
resource.ListHostedZonesResult
AmazonRoute53Client. listHostedZones()
ListHostedZonesResult
AmazonRoute53Client. listHostedZones(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send aGET
request to the/Route 53 API version/hostedzone
resource.Methods in com.amazonaws.services.route53 that return types with arguments of type ListHostedZonesResult Modifier and Type Method Description Future<ListHostedZonesResult>
AbstractAmazonRoute53Async. listHostedZonesAsync()
Simplified method form for invoking the ListHostedZones operation.Future<ListHostedZonesResult>
AbstractAmazonRoute53Async. listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.Future<ListHostedZonesResult>
AbstractAmazonRoute53Async. listHostedZonesAsync(ListHostedZonesRequest request)
Future<ListHostedZonesResult>
AbstractAmazonRoute53Async. listHostedZonesAsync(ListHostedZonesRequest request, AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Future<ListHostedZonesResult>
AmazonRoute53Async. listHostedZonesAsync()
Simplified method form for invoking the ListHostedZones operation.Future<ListHostedZonesResult>
AmazonRoute53Async. listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.Future<ListHostedZonesResult>
AmazonRoute53Async. listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest)
To retrieve a list of your hosted zones, send aGET
request to the/Route 53 API version/hostedzone
resource.Future<ListHostedZonesResult>
AmazonRoute53Async. listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest, AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
To retrieve a list of your hosted zones, send aGET
request to the/Route 53 API version/hostedzone
resource.Future<ListHostedZonesResult>
AmazonRoute53AsyncClient. listHostedZonesAsync()
Simplified method form for invoking the ListHostedZones operation.Future<ListHostedZonesResult>
AmazonRoute53AsyncClient. listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.Future<ListHostedZonesResult>
AmazonRoute53AsyncClient. listHostedZonesAsync(ListHostedZonesRequest request)
Future<ListHostedZonesResult>
AmazonRoute53AsyncClient. listHostedZonesAsync(ListHostedZonesRequest request, AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Method parameters in com.amazonaws.services.route53 with type arguments of type ListHostedZonesResult Modifier and Type Method Description Future<ListHostedZonesResult>
AbstractAmazonRoute53Async. listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.Future<ListHostedZonesResult>
AbstractAmazonRoute53Async. listHostedZonesAsync(ListHostedZonesRequest request, AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Future<ListHostedZonesResult>
AmazonRoute53Async. listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.Future<ListHostedZonesResult>
AmazonRoute53Async. listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest, AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
To retrieve a list of your hosted zones, send aGET
request to the/Route 53 API version/hostedzone
resource.Future<ListHostedZonesResult>
AmazonRoute53AsyncClient. listHostedZonesAsync(AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.Future<ListHostedZonesResult>
AmazonRoute53AsyncClient. listHostedZonesAsync(ListHostedZonesRequest request, AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)
-
Uses of ListHostedZonesResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ListHostedZonesResult Modifier and Type Method Description ListHostedZonesResult
ListHostedZonesResult. clone()
ListHostedZonesResult
ListHostedZonesResult. withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResult
ListHostedZonesResult. withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResult
ListHostedZonesResult. withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.ListHostedZonesResult
ListHostedZonesResult. withMarker(String marker)
If the request returned more than one page of results, submit another request and specify the value ofNextMarker
from the last response in themarker
parameter to get the next page of results.ListHostedZonesResult
ListHostedZonesResult. withMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body.ListHostedZonesResult
ListHostedZonesResult. withNextMarker(String nextMarker)
Indicates where to continue listing hosted zones.
-