| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
HostedZoneSummary |
HostedZoneSummary.clone() |
HostedZoneSummary |
HostedZoneSummary.withHostedZoneId(String hostedZoneId)
The Route 53 hosted zone ID of a private hosted zone that the specified VPC is associated with.
|
HostedZoneSummary |
HostedZoneSummary.withName(String name)
The name of the private hosted zone, such as
example.com. |
HostedZoneSummary |
HostedZoneSummary.withOwner(HostedZoneOwner owner)
The owner of a private hosted zone that the specified VPC is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
List<HostedZoneSummary> |
ListHostedZonesByVPCResult.getHostedZoneSummaries()
A list that contains one
HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. |
| Modifier and Type | Method and Description |
|---|---|
ListHostedZonesByVPCResult |
ListHostedZonesByVPCResult.withHostedZoneSummaries(HostedZoneSummary... hostedZoneSummaries)
A list that contains one
HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListHostedZonesByVPCResult.setHostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries)
A list that contains one
HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. |
ListHostedZonesByVPCResult |
ListHostedZonesByVPCResult.withHostedZoneSummaries(Collection<HostedZoneSummary> hostedZoneSummaries)
A list that contains one
HostedZoneSummary element for each hosted zone that the specified Amazon
VPC is associated with. |
Copyright © 2023. All rights reserved.