Uses of Class
software.amazon.awssdk.services.route53.model.ListVpcAssociationAuthorizationsResponse
-
Packages that use ListVpcAssociationAuthorizationsResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of ListVpcAssociationAuthorizationsResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListVpcAssociationAuthorizationsResponse Modifier and Type Method Description default ListVpcAssociationAuthorizationsResponseRoute53Client. listVPCAssociationAuthorizations(Consumer<ListVpcAssociationAuthorizationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListVpcAssociationAuthorizationsResponse Modifier and Type Method Description default CompletableFuture<ListVpcAssociationAuthorizationsResponse>Route53AsyncClient. listVPCAssociationAuthorizations(Consumer<ListVpcAssociationAuthorizationsRequest.Builder> 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 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.
-