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 |
DisassociateVPCFromHostedZoneRequest.getVPC()
The VPC that you want your hosted zone to be disassociated from.
|
VPC |
CreateHostedZoneResult.getVPC() |
VPC |
AssociateVPCWithHostedZoneRequest.getVPC()
The VPC that you want your hosted zone to be associated with.
|
VPC |
VPC.withVPCId(String vPCId) |
VPC |
VPC.withVPCRegion(String vPCRegion) |
VPC |
VPC.withVPCRegion(VPCRegion vPCRegion) |
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 |
DisassociateVPCFromHostedZoneRequest.setVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.
|
void |
CreateHostedZoneResult.setVPC(VPC vPC) |
void |
AssociateVPCWithHostedZoneRequest.setVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
DisassociateVPCFromHostedZoneRequest |
DisassociateVPCFromHostedZoneRequest.withVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withVPC(VPC vPC) |
AssociateVPCWithHostedZoneRequest |
AssociateVPCWithHostedZoneRequest.withVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
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 © 2018. All rights reserved.