Uses of Class
software.amazon.awssdk.services.route53.model.CreateVpcAssociationAuthorizationResponse
-
Packages that use CreateVpcAssociationAuthorizationResponse Package Description software.amazon.awssdk.services.route53 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 CreateVpcAssociationAuthorizationResponse Modifier and Type Method Description default CreateVpcAssociationAuthorizationResponseRoute53Client. 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.default CreateVpcAssociationAuthorizationResponseRoute53Client. 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 CreateVpcAssociationAuthorizationResponse Modifier and Type Method Description default CompletableFuture<CreateVpcAssociationAuthorizationResponse>Route53AsyncClient. 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.default CompletableFuture<CreateVpcAssociationAuthorizationResponse>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.
-