Uses of Class
com.amazonaws.services.route53.model.ListHostedZonesResult
Packages that use ListHostedZonesResult
-
Uses of ListHostedZonesResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return ListHostedZonesResultModifier and TypeMethodDescriptionAbstractAmazonRoute53.listHostedZones()
AbstractAmazonRoute53.listHostedZones
(ListHostedZonesRequest request) AmazonRoute53.listHostedZones()
Simplified method form for invoking the ListHostedZones operation.AmazonRoute53.listHostedZones
(ListHostedZonesRequest listHostedZonesRequest) To retrieve a list of your hosted zones, send aGET
request to the/Route 53 API version/hostedzone
resource.AmazonRoute53Client.listHostedZones()
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 ListHostedZonesResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.listHostedZonesAsync()
Simplified method form for invoking the ListHostedZones operation.AbstractAmazonRoute53Async.listHostedZonesAsync
(AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.AbstractAmazonRoute53Async.listHostedZonesAsync
(ListHostedZonesRequest request) AbstractAmazonRoute53Async.listHostedZonesAsync
(ListHostedZonesRequest request, AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) AmazonRoute53Async.listHostedZonesAsync()
Simplified method form for invoking the ListHostedZones operation.AmazonRoute53Async.listHostedZonesAsync
(AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.AmazonRoute53Async.listHostedZonesAsync
(ListHostedZonesRequest listHostedZonesRequest) To retrieve a list of your hosted zones, send aGET
request to the/Route 53 API version/hostedzone
resource.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.AmazonRoute53AsyncClient.listHostedZonesAsync()
Simplified method form for invoking the ListHostedZones operation.AmazonRoute53AsyncClient.listHostedZonesAsync
(AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.AmazonRoute53AsyncClient.listHostedZonesAsync
(ListHostedZonesRequest request) AmazonRoute53AsyncClient.listHostedZonesAsync
(ListHostedZonesRequest request, AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) Method parameters in com.amazonaws.services.route53 with type arguments of type ListHostedZonesResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.listHostedZonesAsync
(AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.AbstractAmazonRoute53Async.listHostedZonesAsync
(ListHostedZonesRequest request, AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) AmazonRoute53Async.listHostedZonesAsync
(AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.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.AmazonRoute53AsyncClient.listHostedZonesAsync
(AsyncHandler<ListHostedZonesRequest, ListHostedZonesResult> asyncHandler) Simplified method form for invoking the ListHostedZones operation with an AsyncHandler.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 ListHostedZonesResultModifier and TypeMethodDescriptionListHostedZonesResult.clone()
ListHostedZonesResult.withHostedZones
(HostedZone... hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResult.withHostedZones
(Collection<HostedZone> hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResult.withIsTruncated
(Boolean isTruncated) A flag indicating whether there are more hosted zones to be listed.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.withMaxItems
(String maxItems) The maximum number of hosted zones to be included in the response body.ListHostedZonesResult.withNextMarker
(String nextMarker) Indicates where to continue listing hosted zones.