Uses of Class
software.amazon.awssdk.services.route53.model.CreateVpcAssociationAuthorizationResponse
Packages that use CreateVpcAssociationAuthorizationResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of CreateVpcAssociationAuthorizationResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return CreateVpcAssociationAuthorizationResponseModifier and TypeMethodDescriptionRoute53Client.createVPCAssociationAuthorization(Consumer<CreateVpcAssociationAuthorizationRequest.Builder> createVpcAssociationAuthorizationRequest) Authorizes the Amazon Web Services account that created a specified VPC to submit anAssociateVPCWithHostedZonerequest to associate the VPC with a specified hosted zone that was created by a different account.Route53Client.createVPCAssociationAuthorization(CreateVpcAssociationAuthorizationRequest createVpcAssociationAuthorizationRequest) Authorizes the Amazon Web Services account that created a specified VPC to submit anAssociateVPCWithHostedZonerequest to associate the VPC with a specified hosted zone that was created by a different account.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type CreateVpcAssociationAuthorizationResponseModifier and TypeMethodDescriptionRoute53AsyncClient.createVPCAssociationAuthorization(Consumer<CreateVpcAssociationAuthorizationRequest.Builder> createVpcAssociationAuthorizationRequest) Authorizes the Amazon Web Services account that created a specified VPC to submit anAssociateVPCWithHostedZonerequest to associate the VPC with a specified hosted zone that was created by a different account.Route53AsyncClient.createVPCAssociationAuthorization(CreateVpcAssociationAuthorizationRequest createVpcAssociationAuthorizationRequest) Authorizes the Amazon Web Services account that created a specified VPC to submit anAssociateVPCWithHostedZonerequest to associate the VPC with a specified hosted zone that was created by a different account.