| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
static ListHostedZonesResponse.Builder |
ListHostedZonesResponse.builder() |
ListHostedZonesResponse.Builder |
ListHostedZonesResponse.Builder.hostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResponse.Builder |
ListHostedZonesResponse.Builder.hostedZones(Consumer<HostedZone.Builder>... hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResponse.Builder |
ListHostedZonesResponse.Builder.hostedZones(HostedZone... hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResponse.Builder |
ListHostedZonesResponse.Builder.isTruncated(Boolean isTruncated)
A flag indicating whether there are more hosted zones to be listed.
|
ListHostedZonesResponse.Builder |
ListHostedZonesResponse.Builder.marker(String marker)
For the second and subsequent calls to
ListHostedZones, Marker is the value that
you specified for the marker parameter in the request that produced the current response. |
ListHostedZonesResponse.Builder |
ListHostedZonesResponse.Builder.maxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListHostedZones that produced the current response. |
ListHostedZonesResponse.Builder |
ListHostedZonesResponse.Builder.nextMarker(String nextMarker)
If
IsTruncated is true, the value of NextMarker identifies the first
hosted zone in the next group of hosted zones. |
ListHostedZonesResponse.Builder |
ListHostedZonesResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListHostedZonesResponse.Builder> |
ListHostedZonesResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.