| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
HostedZoneOwner |
HostedZoneOwner.clone() |
HostedZoneOwner |
HostedZoneSummary.getOwner()
The owner of a private hosted zone that the specified VPC is associated with.
|
HostedZoneOwner |
HostedZoneOwner.withOwningAccount(String owningAccount)
If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services
service that creates hosted zones using the current account,
OwningAccount contains the account ID
of that account. |
HostedZoneOwner |
HostedZoneOwner.withOwningService(String owningService)
If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC
with that hosted zone,
OwningService contains an abbreviation that identifies the service. |
| Modifier and Type | Method and Description |
|---|---|
void |
HostedZoneSummary.setOwner(HostedZoneOwner owner)
The owner of a private hosted zone that the specified VPC is associated with.
|
HostedZoneSummary |
HostedZoneSummary.withOwner(HostedZoneOwner owner)
The owner of a private hosted zone that the specified VPC is associated with.
|
Copyright © 2024. All rights reserved.