| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model | |
| software.amazon.awssdk.services.route53.paginators |
| Modifier and Type | Method and Description |
|---|---|
HostedZone |
CreateHostedZoneResponse.hostedZone()
A complex type that contains general information about the hosted zone.
|
HostedZone |
GetHostedZoneResponse.hostedZone()
A complex type that contains general information about the specified hosted zone.
|
HostedZone |
UpdateHostedZoneCommentResponse.hostedZone()
A complex type that contains the response to the
UpdateHostedZoneComment request. |
| Modifier and Type | Method and Description |
|---|---|
List<HostedZone> |
ListHostedZonesByNameResponse.hostedZones()
A complex type that contains general information about the hosted zone.
|
List<HostedZone> |
ListHostedZonesResponse.hostedZones()
A complex type that contains general information about the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.hostedZone(HostedZone hostedZone)
A complex type that contains general information about the hosted zone.
|
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.hostedZone(HostedZone hostedZone)
A complex type that contains general information about the specified hosted zone.
|
UpdateHostedZoneCommentResponse.Builder |
UpdateHostedZoneCommentResponse.Builder.hostedZone(HostedZone hostedZone)
A complex type that contains the response to the
UpdateHostedZoneComment request. |
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.hostedZones(HostedZone... 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.
|
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByNameResponse.Builder |
ListHostedZonesByNameResponse.Builder.hostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
ListHostedZonesResponse.Builder |
ListHostedZonesResponse.Builder.hostedZones(Collection<HostedZone> hostedZones)
A complex type that contains general information about the hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<HostedZone> |
ListHostedZonesPublisher.hostedZones()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<HostedZone> |
ListHostedZonesIterable.hostedZones()
Returns an iterable to iterate through the paginated
ListHostedZonesResponse.hostedZones() member. |
Copyright © 2023. All rights reserved.