Uses of Class
software.amazon.awssdk.services.route53.model.DeleteVpcAssociationAuthorizationResponse
Packages that use DeleteVpcAssociationAuthorizationResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of DeleteVpcAssociationAuthorizationResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return DeleteVpcAssociationAuthorizationResponseModifier and TypeMethodDescriptionRoute53Client.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(DeleteVpcAssociationAuthorizationRequest deleteVpcAssociationAuthorizationRequest) Removes authorization to submit anAssociateVPCWithHostedZonerequest to associate a specified VPC with a hosted zone that was created by a different account.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type DeleteVpcAssociationAuthorizationResponseModifier 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.Route53AsyncClient.deleteVPCAssociationAuthorization(DeleteVpcAssociationAuthorizationRequest deleteVpcAssociationAuthorizationRequest) Removes authorization to submit anAssociateVPCWithHostedZonerequest to associate a specified VPC with a hosted zone that was created by a different account.