| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
VPC |
VPC.clone() |
VPC |
AssociateVPCWithHostedZoneRequest.getVPC()
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
VPC |
CreateHostedZoneRequest.getVPC()
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating
with this hosted zone.
|
VPC |
CreateVPCAssociationAuthorizationRequest.getVPC()
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your
hosted zone.
|
VPC |
CreateHostedZoneResult.getVPC()
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
VPC |
DeleteVPCAssociationAuthorizationRequest.getVPC()
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was
created with a different AWS account, a complex type that includes the ID and region of the VPC.
|
VPC |
CreateVPCAssociationAuthorizationResult.getVPC()
The VPC that you authorized associating with a hosted zone.
|
VPC |
DisassociateVPCFromHostedZoneRequest.getVPC()
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
|
VPC |
VPC.withVPCId(String vPCId) |
VPC |
VPC.withVPCRegion(String vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
|
VPC |
VPC.withVPCRegion(VPCRegion vPCRegion)
(Private hosted zones only) The region that an Amazon VPC was created in.
|
| Modifier and Type | Method and Description |
|---|---|
List<VPC> |
GetHostedZoneResult.getVPCs()
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
List<VPC> |
ListVPCAssociationAuthorizationsResult.getVPCs()
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateVPCWithHostedZoneRequest.setVPC(VPC vPC)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
void |
CreateHostedZoneRequest.setVPC(VPC vPC)
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating
with this hosted zone.
|
void |
CreateVPCAssociationAuthorizationRequest.setVPC(VPC vPC)
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your
hosted zone.
|
void |
CreateHostedZoneResult.setVPC(VPC vPC)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
void |
DeleteVPCAssociationAuthorizationRequest.setVPC(VPC vPC)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was
created with a different AWS account, a complex type that includes the ID and region of the VPC.
|
void |
CreateVPCAssociationAuthorizationResult.setVPC(VPC vPC)
The VPC that you authorized associating with a hosted zone.
|
void |
DisassociateVPCFromHostedZoneRequest.setVPC(VPC vPC)
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
|
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.withVPC(VPC vPC)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withVPC(VPC vPC)
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating
with this hosted zone.
|
CreateVPCAssociationAuthorizationRequest |
CreateVPCAssociationAuthorizationRequest.withVPC(VPC vPC)
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your
hosted zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withVPC(VPC vPC)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
DeleteVPCAssociationAuthorizationRequest |
DeleteVPCAssociationAuthorizationRequest.withVPC(VPC vPC)
When removing authorization to associate a VPC that was created by one AWS account with a hosted zone that was
created with a different AWS account, a complex type that includes the ID and region of the VPC.
|
CreateVPCAssociationAuthorizationResult |
CreateVPCAssociationAuthorizationResult.withVPC(VPC vPC)
The VPC that you authorized associating with a hosted zone.
|
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withVPC(VPC vPC)
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withVPCs(VPC... vPCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
ListVPCAssociationAuthorizationsResult |
ListVPCAssociationAuthorizationsResult.withVPCs(VPC... vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetHostedZoneResult.setVPCs(Collection<VPC> vPCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
void |
ListVPCAssociationAuthorizationsResult.setVPCs(Collection<VPC> vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withVPCs(Collection<VPC> vPCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
ListVPCAssociationAuthorizationsResult |
ListVPCAssociationAuthorizationsResult.withVPCs(Collection<VPC> vPCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
Copyright © 2021. All rights reserved.