Uses of Class
software.amazon.awssdk.services.route53.model.ListVpcAssociationAuthorizationsRequest
-
Packages that use ListVpcAssociationAuthorizationsRequest 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 ListVpcAssociationAuthorizationsRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListVpcAssociationAuthorizationsRequest Modifier and Type Method Description default CompletableFuture<ListVpcAssociationAuthorizationsResponse>Route53AsyncClient. listVPCAssociationAuthorizations(ListVpcAssociationAuthorizationsRequest listVpcAssociationAuthorizationsRequest)Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted zone because you've submitted one or moreCreateVPCAssociationAuthorizationrequests.default ListVpcAssociationAuthorizationsResponseRoute53Client. listVPCAssociationAuthorizations(ListVpcAssociationAuthorizationsRequest listVpcAssociationAuthorizationsRequest)Gets a list of the VPCs that were created by other accounts and that can be associated with a specified hosted zone because you've submitted one or moreCreateVPCAssociationAuthorizationrequests. -
Uses of ListVpcAssociationAuthorizationsRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type ListVpcAssociationAuthorizationsRequest Modifier and Type Method Description SdkHttpFullRequestListVpcAssociationAuthorizationsRequestMarshaller. marshall(ListVpcAssociationAuthorizationsRequest listVpcAssociationAuthorizationsRequest)
-