Uses of Class
com.amazonaws.services.route53.model.ListHostedZonesByNameResult
-
Packages that use ListHostedZonesByNameResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of ListHostedZonesByNameResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return ListHostedZonesByNameResult Modifier and Type Method Description ListHostedZonesByNameResultAbstractAmazonRoute53. listHostedZonesByName()ListHostedZonesByNameResultAbstractAmazonRoute53. listHostedZonesByName(ListHostedZonesByNameRequest request)ListHostedZonesByNameResultAmazonRoute53. listHostedZonesByName()Simplified method form for invoking the ListHostedZonesByName operation.ListHostedZonesByNameResultAmazonRoute53. listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)To retrieve a list of your hosted zones in lexicographic order, send aGETrequest to the/Route 53 API version/hostedzonesbynameresource.ListHostedZonesByNameResultAmazonRoute53Client. listHostedZonesByName()ListHostedZonesByNameResultAmazonRoute53Client. listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)To retrieve a list of your hosted zones in lexicographic order, send aGETrequest to the/Route 53 API version/hostedzonesbynameresource.Methods in com.amazonaws.services.route53 that return types with arguments of type ListHostedZonesByNameResult Modifier and Type Method Description Future<ListHostedZonesByNameResult>AbstractAmazonRoute53Async. listHostedZonesByNameAsync()Simplified method form for invoking the ListHostedZonesByName operation.Future<ListHostedZonesByNameResult>AbstractAmazonRoute53Async. listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.Future<ListHostedZonesByNameResult>AbstractAmazonRoute53Async. listHostedZonesByNameAsync(ListHostedZonesByNameRequest request)Future<ListHostedZonesByNameResult>AbstractAmazonRoute53Async. listHostedZonesByNameAsync(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)Future<ListHostedZonesByNameResult>AmazonRoute53Async. listHostedZonesByNameAsync()Simplified method form for invoking the ListHostedZonesByName operation.Future<ListHostedZonesByNameResult>AmazonRoute53Async. listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.Future<ListHostedZonesByNameResult>AmazonRoute53Async. listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest)To retrieve a list of your hosted zones in lexicographic order, send aGETrequest to the/Route 53 API version/hostedzonesbynameresource.Future<ListHostedZonesByNameResult>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.Future<ListHostedZonesByNameResult>AmazonRoute53AsyncClient. listHostedZonesByNameAsync()Simplified method form for invoking the ListHostedZonesByName operation.Future<ListHostedZonesByNameResult>AmazonRoute53AsyncClient. listHostedZonesByNameAsync(AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.Future<ListHostedZonesByNameResult>AmazonRoute53AsyncClient. listHostedZonesByNameAsync(ListHostedZonesByNameRequest request)Future<ListHostedZonesByNameResult>AmazonRoute53AsyncClient. listHostedZonesByNameAsync(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler) -
Uses of ListHostedZonesByNameResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return ListHostedZonesByNameResult Modifier and Type Method Description ListHostedZonesByNameResultListHostedZonesByNameResult. clone()ListHostedZonesByNameResultListHostedZonesByNameResult. withDNSName(String dNSName)TheDNSNamevalue sent in the request.ListHostedZonesByNameResultListHostedZonesByNameResult. withHostedZoneId(String hostedZoneId)TheHostedZoneIdvalue sent in the request.ListHostedZonesByNameResultListHostedZonesByNameResult. withHostedZones(HostedZone... hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResultListHostedZonesByNameResult. withHostedZones(Collection<HostedZone> hostedZones)A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResultListHostedZonesByNameResult. withIsTruncated(Boolean isTruncated)A flag indicating whether there are more hosted zones to be listed.ListHostedZonesByNameResultListHostedZonesByNameResult. withMaxItems(String maxItems)The maximum number of hosted zones to be included in the response body.ListHostedZonesByNameResultListHostedZonesByNameResult. withNextDNSName(String nextDNSName)If ListHostedZonesByNameResponse$IsTruncated istrue, there are more hosted zones associated with the current AWS account.ListHostedZonesByNameResultListHostedZonesByNameResult. withNextHostedZoneId(String nextHostedZoneId)If ListHostedZonesByNameResponse$IsTruncated istrue, there are more hosted zones associated with the current AWS account.
-