| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
VPC |
DisassociateVpcFromHostedZoneRequest.vpc()
A complex type that contains information about the VPC that you're disassociating from the specified hosted zone.
|
VPC |
DeleteVpcAssociationAuthorizationRequest.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.
|
VPC |
CreateHostedZoneResponse.vpc()
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
VPC |
CreateVpcAssociationAuthorizationRequest.vpc()
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with your
hosted zone.
|
VPC |
AssociateVpcWithHostedZoneRequest.vpc()
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
VPC |
CreateVpcAssociationAuthorizationResponse.vpc()
The VPC that you authorized associating with a hosted zone.
|
VPC |
CreateHostedZoneRequest.vpc()
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're associating
with this hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
List<VPC> |
GetHostedZoneResponse.vpCs()
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
List<VPC> |
ListVpcAssociationAuthorizationsResponse.vpCs()
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
DisassociateVpcFromHostedZoneRequest.Builder |
DisassociateVpcFromHostedZoneRequest.Builder.vpc(VPC vpc)
A complex type that contains information about the VPC that you're disassociating from the specified hosted
zone.
|
DeleteVpcAssociationAuthorizationRequest.Builder |
DeleteVpcAssociationAuthorizationRequest.Builder.vpc(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.
|
CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.vpc(VPC vpc)
A complex type that contains information about an Amazon VPC that you associated with this hosted zone.
|
CreateVpcAssociationAuthorizationRequest.Builder |
CreateVpcAssociationAuthorizationRequest.Builder.vpc(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.
|
AssociateVpcWithHostedZoneRequest.Builder |
AssociateVpcWithHostedZoneRequest.Builder.vpc(VPC vpc)
A complex type that contains information about the VPC that you want to associate with a private hosted zone.
|
CreateVpcAssociationAuthorizationResponse.Builder |
CreateVpcAssociationAuthorizationResponse.Builder.vpc(VPC vpc)
The VPC that you authorized associating with a hosted zone.
|
CreateHostedZoneRequest.Builder |
CreateHostedZoneRequest.Builder.vpc(VPC vpc)
(Private hosted zones only) A complex type that contains information about the Amazon VPC that you're
associating with this hosted zone.
|
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.vpCs(VPC... vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
ListVpcAssociationAuthorizationsResponse.Builder |
ListVpcAssociationAuthorizationsResponse.Builder.vpCs(VPC... vpCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
| Modifier and Type | Method and Description |
|---|---|
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.vpCs(Collection<VPC> vpCs)
A complex type that contains information about the VPCs that are associated with the specified hosted zone.
|
ListVpcAssociationAuthorizationsResponse.Builder |
ListVpcAssociationAuthorizationsResponse.Builder.vpCs(Collection<VPC> vpCs)
The list of VPCs that are authorized to be associated with the specified hosted zone.
|
Copyright © 2021. All rights reserved.