Uses of Class
com.amazonaws.services.route53.model.ListHostedZonesByNameResult
Packages that use ListHostedZonesByNameResult
-
Uses of ListHostedZonesByNameResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return ListHostedZonesByNameResultModifier and TypeMethodDescriptionAbstractAmazonRoute53.listHostedZonesByName()
AbstractAmazonRoute53.listHostedZonesByName
(ListHostedZonesByNameRequest request) AmazonRoute53.listHostedZonesByName()
Simplified method form for invoking the ListHostedZonesByName operation.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.AmazonRoute53Client.listHostedZonesByName()
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 ListHostedZonesByNameResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.listHostedZonesByNameAsync()
Simplified method form for invoking the ListHostedZonesByName operation.AbstractAmazonRoute53Async.listHostedZonesByNameAsync
(AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.AbstractAmazonRoute53Async.listHostedZonesByNameAsync
(ListHostedZonesByNameRequest request) AbstractAmazonRoute53Async.listHostedZonesByNameAsync
(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) AmazonRoute53Async.listHostedZonesByNameAsync()
Simplified method form for invoking the ListHostedZonesByName operation.AmazonRoute53Async.listHostedZonesByNameAsync
(AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.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.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.AmazonRoute53AsyncClient.listHostedZonesByNameAsync()
Simplified method form for invoking the ListHostedZonesByName operation.AmazonRoute53AsyncClient.listHostedZonesByNameAsync
(AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.AmazonRoute53AsyncClient.listHostedZonesByNameAsync
(ListHostedZonesByNameRequest request) AmazonRoute53AsyncClient.listHostedZonesByNameAsync
(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Method parameters in com.amazonaws.services.route53 with type arguments of type ListHostedZonesByNameResultModifier and TypeMethodDescriptionAbstractAmazonRoute53Async.listHostedZonesByNameAsync
(AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.AbstractAmazonRoute53Async.listHostedZonesByNameAsync
(ListHostedZonesByNameRequest request, AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) AmazonRoute53Async.listHostedZonesByNameAsync
(AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.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.AmazonRoute53AsyncClient.listHostedZonesByNameAsync
(AsyncHandler<ListHostedZonesByNameRequest, ListHostedZonesByNameResult> asyncHandler) Simplified method form for invoking the ListHostedZonesByName operation with an AsyncHandler.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 ListHostedZonesByNameResultModifier and TypeMethodDescriptionListHostedZonesByNameResult.clone()
ListHostedZonesByNameResult.withDNSName
(String dNSName) TheDNSName
value sent in the request.ListHostedZonesByNameResult.withHostedZoneId
(String hostedZoneId) TheHostedZoneId
value sent in the request.ListHostedZonesByNameResult.withHostedZones
(HostedZone... hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResult.withHostedZones
(Collection<HostedZone> hostedZones) A complex type that contains information about the hosted zones associated with the current AWS account.ListHostedZonesByNameResult.withIsTruncated
(Boolean isTruncated) A flag indicating whether there are more hosted zones to be listed.ListHostedZonesByNameResult.withMaxItems
(String maxItems) The maximum number of hosted zones to be included in the response body.ListHostedZonesByNameResult.withNextDNSName
(String nextDNSName) If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.ListHostedZonesByNameResult.withNextHostedZoneId
(String nextHostedZoneId) If ListHostedZonesByNameResponse$IsTruncated istrue
, there are more hosted zones associated with the current AWS account.