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 ListHostedZonesResultAbstractAmazonRoute53. listHostedZones()ListHostedZonesResultAbstractAmazonRoute53. listHostedZones(ListHostedZonesRequest request)ListHostedZonesResultAmazonRoute53. listHostedZones()Simplified method form for invoking the ListHostedZones operation.ListHostedZonesResultAmazonRoute53. listHostedZones(ListHostedZonesRequest listHostedZonesRequest)To retrieve a list of your hosted zones, send aGETrequest to the/Route 53 API version/hostedzoneresource.ListHostedZonesResultAmazonRoute53Client. listHostedZones()ListHostedZonesResultAmazonRoute53Client. listHostedZones(ListHostedZonesRequest listHostedZonesRequest)To retrieve a list of your hosted zones, send aGETrequest to the/Route 53 API version/hostedzoneresource.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 aGETrequest to the/Route 53 API version/hostedzoneresource.Future<ListHostedZonesResult>AmazonRoute53Async. listHostedZonesAsync(ListHostedZonesRequest listHostedZonesRequest, AsyncHandler<ListHostedZonesRequest,ListHostedZonesResult> asyncHandler)To retrieve a list of your hosted zones, send aGETrequest to the/Route 53 API version/hostedzoneresource.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 aGETrequest to the/Route 53 API version/hostedzoneresource.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 ListHostedZonesResultListHostedZonesResult. clone()ListHostedZonesResultListHostedZonesResult. withHostedZones(HostedZone... hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResultListHostedZonesResult. withHostedZones(Collection<HostedZone> hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesResultListHostedZonesResult. withIsTruncated(Boolean isTruncated)A flag indicating whether there are more hosted zones to be listed.ListHostedZonesResultListHostedZonesResult. withMarker(String marker)If the request returned more than one page of results, submit another request and specify the value ofNextMarkerfrom the last response in themarkerparameter to get the next page of results.ListHostedZonesResultListHostedZonesResult. withMaxItems(String maxItems)The maximum number of hosted zones to be included in the response body.ListHostedZonesResultListHostedZonesResult. withNextMarker(String nextMarker)Indicates where to continue listing hosted zones.
-