Uses of Class
software.amazon.awssdk.services.route53.model.ListHostedZonesByVpcResponse
Packages that use ListHostedZonesByVpcResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListHostedZonesByVpcResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return ListHostedZonesByVpcResponseModifier and TypeMethodDescriptiondefault ListHostedZonesByVpcResponseRoute53Client.listHostedZonesByVPC(Consumer<ListHostedZonesByVpcRequest.Builder> listHostedZonesByVpcRequest) Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account or Amazon Web Services service owns the hosted zones.default ListHostedZonesByVpcResponseRoute53Client.listHostedZonesByVPC(ListHostedZonesByVpcRequest listHostedZonesByVpcRequest) Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account or Amazon Web Services service owns the hosted zones.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type ListHostedZonesByVpcResponseModifier and TypeMethodDescriptionRoute53AsyncClient.listHostedZonesByVPC(Consumer<ListHostedZonesByVpcRequest.Builder> listHostedZonesByVpcRequest) Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account or Amazon Web Services service owns the hosted zones.Route53AsyncClient.listHostedZonesByVPC(ListHostedZonesByVpcRequest listHostedZonesByVpcRequest) Lists all the private hosted zones that a specified VPC is associated with, regardless of which Amazon Web Services account or Amazon Web Services service owns the hosted zones.