| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
VPC |
VPC.clone() |
VPC |
CreateHostedZoneRequest.getVPC()
The VPC that you want your hosted zone to be associated with.
|
VPC |
AssociateVPCWithHostedZoneRequest.getVPC()
A complex type containing information about the Amazon VPC that you're associating with the specified hosted
zone.
|
VPC |
DisassociateVPCFromHostedZoneRequest.getVPC()
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted
zone.
|
VPC |
CreateHostedZoneResult.getVPC()
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
VPC |
VPC.withVPCId(String vPCId) |
VPC |
VPC.withVPCRegion(String vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted
zone.
|
VPC |
VPC.withVPCRegion(VPCRegion vPCRegion)
The region in which you created the VPC that you want to associate with the specified Amazon Route 53 hosted
zone.
|
| Modifier and Type | Method and Description |
|---|---|
List<VPC> |
GetHostedZoneResult.getVPCs()
A complex type that contains information about VPCs associated with the specified hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateHostedZoneRequest.setVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
void |
AssociateVPCWithHostedZoneRequest.setVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're associating with the specified hosted
zone.
|
void |
DisassociateVPCFromHostedZoneRequest.setVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted
zone.
|
void |
CreateHostedZoneResult.setVPC(VPC vPC)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.withVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're associating with the specified hosted
zone.
|
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withVPC(VPC vPC)
A complex type containing information about the Amazon VPC that you're disassociating from the specified hosted
zone.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withVPC(VPC vPC)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withVPCs(VPC... vPCs)
A complex type that contains information about VPCs 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 VPCs associated with the specified hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withVPCs(Collection<VPC> vPCs)
A complex type that contains information about VPCs associated with the specified hosted zone.
|
Copyright © 2016. All rights reserved.