| 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 AWS account, or was created by an AWS service that creates hosted zones
using the current account,
OwningAccount contains the account ID of that account. |
HostedZoneOwner |
HostedZoneOwner.withOwningService(String owningService)
If an AWS 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 © 2021. All rights reserved.