Uses of Class
software.amazon.awssdk.services.route53.model.ListVpcAssociationAuthorizationsResponse
Packages that use ListVpcAssociationAuthorizationsResponse
Package
Description
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 ListVpcAssociationAuthorizationsResponseModifier and TypeMethodDescriptionRoute53Client.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.Route53Client.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 ListVpcAssociationAuthorizationsResponseModifier and TypeMethodDescriptionRoute53AsyncClient.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.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.