Uses of Interface
software.amazon.awssdk.services.route53.model.DeleteVpcAssociationAuthorizationRequest.Builder
Packages that use DeleteVpcAssociationAuthorizationRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of DeleteVpcAssociationAuthorizationRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type DeleteVpcAssociationAuthorizationRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.deleteVPCAssociationAuthorization(Consumer<DeleteVpcAssociationAuthorizationRequest.Builder> deleteVpcAssociationAuthorizationRequest) Removes authorization to submit anAssociateVPCWithHostedZonerequest to associate a specified VPC with a hosted zone that was created by a different account.Route53Client.deleteVPCAssociationAuthorization(Consumer<DeleteVpcAssociationAuthorizationRequest.Builder> deleteVpcAssociationAuthorizationRequest) Removes authorization to submit anAssociateVPCWithHostedZonerequest to associate a specified VPC with a hosted zone that was created by a different account. -
Uses of DeleteVpcAssociationAuthorizationRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return DeleteVpcAssociationAuthorizationRequest.BuilderModifier and TypeMethodDescriptionDeleteVpcAssociationAuthorizationRequest.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.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DeleteVpcAssociationAuthorizationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DeleteVpcAssociationAuthorizationRequest.toBuilder()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.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.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type DeleteVpcAssociationAuthorizationRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DeleteVpcAssociationAuthorizationRequest.Builder>DeleteVpcAssociationAuthorizationRequest.serializableBuilderClass()