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 ListHostedZonesByNameResult
AbstractAmazonRoute53. listHostedZonesByName()
ListHostedZonesByNameResult
AbstractAmazonRoute53. listHostedZonesByName(ListHostedZonesByNameRequest request)
ListHostedZonesByNameResult
AmazonRoute53. listHostedZonesByName()
Simplified method form for invoking the ListHostedZonesByName operation.ListHostedZonesByNameResult
AmazonRoute53. listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send aGET
request to the/Route 53 API version/hostedzonesbyname
resource.ListHostedZonesByNameResult
AmazonRoute53Client. listHostedZonesByName()
ListHostedZonesByNameResult
AmazonRoute53Client. listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
To retrieve a list of your hosted zones in lexicographic order, send aGET
request to the/Route 53 API version/hostedzonesbyname
resource.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 aGET
request to the/Route 53 API version/hostedzonesbyname
resource.Future<ListHostedZonesByNameResult>
AmazonRoute53Async. listHostedZonesByNameAsync(ListHostedZonesByNameRequest listHostedZonesByNameRequest, AsyncHandler<ListHostedZonesByNameRequest,ListHostedZonesByNameResult> asyncHandler)
To retrieve a list of your hosted zones in lexicographic order, send aGET
request to the/Route 53 API version/hostedzonesbyname
resource.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 ListHostedZonesByNameResult
ListHostedZonesByNameResult. clone()
ListHostedZonesByNameResult
ListHostedZonesByNameResult. withDNSName(String dNSName)
TheDNSName
value sent in the request.ListHostedZonesByNameResult
ListHostedZonesByNameResult. withHostedZoneId(String hostedZoneId)
TheHostedZoneId
value sent in the request.ListHostedZonesByNameResult
ListHostedZonesByNameResult. withHostedZones(HostedZone... hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResult
ListHostedZonesByNameResult. withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResult
ListHostedZonesByNameResult. withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.ListHostedZonesByNameResult
ListHostedZonesByNameResult. withMaxItems(String maxItems)
The maximum number of hosted zones to be included in the response body.ListHostedZonesByNameResult
ListHostedZonesByNameResult. withNextDNSName(String nextDNSName)
If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.ListHostedZonesByNameResult
ListHostedZonesByNameResult. withNextHostedZoneId(String nextHostedZoneId)
If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.
-