| 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 DeleteVpcAssociationAuthorizationResponse |
Route53Client.deleteVPCAssociationAuthorization(Consumer<DeleteVpcAssociationAuthorizationRequest.Builder> deleteVpcAssociationAuthorizationRequest)
Removes authorization to submit an
AssociateVPCWithHostedZone request to associate a specified VPC
with a hosted zone that was created by a different account. |
default CompletableFuture<DeleteVpcAssociationAuthorizationResponse> |
Route53AsyncClient.deleteVPCAssociationAuthorization(Consumer<DeleteVpcAssociationAuthorizationRequest.Builder> deleteVpcAssociationAuthorizationRequest)
Removes authorization to submit an
AssociateVPCWithHostedZone request to associate a specified VPC
with a hosted zone that was created by a different account. |
| Modifier and Type | Method and Description |
|---|---|
static DeleteVpcAssociationAuthorizationRequest.Builder |
DeleteVpcAssociationAuthorizationRequest.builder() |
DeleteVpcAssociationAuthorizationRequest.Builder |
DeleteVpcAssociationAuthorizationRequest.Builder.hostedZoneId(String hostedZoneId)
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a
hosted zone that was created with a different Amazon Web Services account, the ID of the hosted zone.
|
DeleteVpcAssociationAuthorizationRequest.Builder |
DeleteVpcAssociationAuthorizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteVpcAssociationAuthorizationRequest.Builder |
DeleteVpcAssociationAuthorizationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteVpcAssociationAuthorizationRequest.Builder |
DeleteVpcAssociationAuthorizationRequest.toBuilder() |
default DeleteVpcAssociationAuthorizationRequest.Builder |
DeleteVpcAssociationAuthorizationRequest.Builder.vpc(Consumer<VPC.Builder> vpc)
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a
hosted zone that was created with a different Amazon Web Services account, a complex type that includes the
ID and region of the VPC.
|
DeleteVpcAssociationAuthorizationRequest.Builder |
DeleteVpcAssociationAuthorizationRequest.Builder.vpc(VPC vpc)
When removing authorization to associate a VPC that was created by one Amazon Web Services account with a
hosted zone that was created with a different Amazon Web Services account, a complex type that includes the
ID and region of the VPC.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteVpcAssociationAuthorizationRequest.Builder> |
DeleteVpcAssociationAuthorizationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.