| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByNameResult |
AbstractAmazonRoute53.listHostedZonesByName() |
ListHostedZonesByNameResult |
AmazonRoute53Client.listHostedZonesByName() |
ListHostedZonesByNameResult |
AmazonRoute53.listHostedZonesByName()
Simplified method form for invoking the ListHostedZonesByName operation.
|
ListHostedZonesByNameResult |
AbstractAmazonRoute53.listHostedZonesByName(ListHostedZonesByNameRequest request) |
ListHostedZonesByNameResult |
AmazonRoute53Client.listHostedZonesByName(ListHostedZonesByNameRequest request)
Retrieves a list of your hosted zones in lexicographic order.
|
ListHostedZonesByNameResult |
AmazonRoute53.listHostedZonesByName(ListHostedZonesByNameRequest listHostedZonesByNameRequest)
Retrieves a list of your hosted zones in lexicographic order.
|
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.clone() |
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withDNSName(String dNSName)
For the second and subsequent calls to
ListHostedZonesByName, DNSName is the value that
you specified for the dnsname parameter in the request that produced the current response. |
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZoneId(String hostedZoneId)
The ID that Amazon Route 53 assigned to the hosted zone when you created it.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withHostedZones(HostedZone... hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more hosted zones to be listed.
|
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListHostedZonesByName that produced the current response. |
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withNextDNSName(String nextDNSName)
If
IsTruncated is true, the value of NextDNSName is the name of the first hosted zone
in the next group of maxitems hosted zones. |
ListHostedZonesByNameResult |
ListHostedZonesByNameResult.withNextHostedZoneId(String nextHostedZoneId)
If
IsTruncated is true, the value of NextHostedZoneId identifies the first
hosted zone in the next group of maxitems hosted zones. |
Copyright © 2018. All rights reserved.