| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
| Modifier and Type | Method and Description |
|---|---|
VPC |
DisassociateVPCFromHostedZoneRequest.getVPC()
The VPC that you want your hosted zone to be disassociated from.
|
VPC |
CreateHostedZoneRequest.getVPC()
The VPC that you want your hosted zone to be associated with.
|
VPC |
CreateHostedZoneResult.getVPC()
Returns the value of the VPC property for this object.
|
VPC |
AssociateVPCWithHostedZoneRequest.getVPC()
The VPC that you want your hosted zone to be associated with.
|
VPC |
VPC.withVPCId(String vPCId)
A VPC ID
|
VPC |
VPC.withVPCRegion(String vPCRegion)
Sets the value of the VPCRegion property for this object.
|
VPC |
VPC.withVPCRegion(VPCRegion vPCRegion)
Sets the value of the VPCRegion property for this object.
|
| 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 |
DisassociateVPCFromHostedZoneRequest.setVPC(VPC vPC)
The VPC that you want your hosted zone to be disassociated from.
|
void |
CreateHostedZoneRequest.setVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
void |
CreateHostedZoneResult.setVPC(VPC vPC)
Sets the value of the VPC property for this object.
|
void |
AssociateVPCWithHostedZoneRequest.setVPC(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.
|
CreateHostedZoneRequest |
CreateHostedZoneRequest.withVPC(VPC vPC)
The VPC that you want your hosted zone to be associated with.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withVPC(VPC vPC)
Sets the value of the VPC property for this object.
|
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 © 2015. All rights reserved.