| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53 |
Amazon Route 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcAssociationAuthorizationResponse |
Route53Client.createVPCAssociationAuthorization(Consumer<CreateVpcAssociationAuthorizationRequest.Builder> createVpcAssociationAuthorizationRequest)
Authorizes the AWS account that created a specified VPC to submit an
AssociateVPCWithHostedZone
request to associate the VPC with a specified hosted zone that was created by a different account. |
default CompletableFuture<CreateVpcAssociationAuthorizationResponse> |
Route53AsyncClient.createVPCAssociationAuthorization(Consumer<CreateVpcAssociationAuthorizationRequest.Builder> createVpcAssociationAuthorizationRequest)
Authorizes the AWS account that created a specified VPC to submit an
AssociateVPCWithHostedZone
request to associate the VPC with a specified hosted zone that was created by a different account. |
| Modifier and Type | Method and Description |
|---|---|
static CreateVpcAssociationAuthorizationRequest.Builder |
CreateVpcAssociationAuthorizationRequest.builder() |
CreateVpcAssociationAuthorizationRequest.Builder |
CreateVpcAssociationAuthorizationRequest.Builder.hostedZoneId(String hostedZoneId)
The ID of the private hosted zone that you want to authorize associating a VPC with.
|
CreateVpcAssociationAuthorizationRequest.Builder |
CreateVpcAssociationAuthorizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateVpcAssociationAuthorizationRequest.Builder |
CreateVpcAssociationAuthorizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateVpcAssociationAuthorizationRequest.Builder |
CreateVpcAssociationAuthorizationRequest.toBuilder() |
default CreateVpcAssociationAuthorizationRequest.Builder |
CreateVpcAssociationAuthorizationRequest.Builder.vpc(Consumer<VPC.Builder> vpc)
A complex type that contains the VPC ID and region for the VPC that you want to authorize associating with
your 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateVpcAssociationAuthorizationRequest.Builder> |
CreateVpcAssociationAuthorizationRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.