Uses of Class
software.amazon.awssdk.services.route53.model.CreateVpcAssociationAuthorizationRequest
-
Packages that use CreateVpcAssociationAuthorizationRequest 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.transform -
-
Uses of CreateVpcAssociationAuthorizationRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type CreateVpcAssociationAuthorizationRequest Modifier and Type Method Description 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.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. -
Uses of CreateVpcAssociationAuthorizationRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type CreateVpcAssociationAuthorizationRequest Modifier and Type Method Description SdkHttpFullRequestCreateVpcAssociationAuthorizationRequestMarshaller. marshall(CreateVpcAssociationAuthorizationRequest createVpcAssociationAuthorizationRequest)
-