Uses of Class
software.amazon.awssdk.services.route53.model.ListHostedZonesByVpcResponse
-
Packages that use ListHostedZonesByVpcResponse Package Description software.amazon.awssdk.services.route53 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 ListHostedZonesByVpcResponse Modifier and Type Method Description default 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 ListHostedZonesByVpcResponse Modifier and Type Method Description default CompletableFuture<ListHostedZonesByVpcResponse>Route53AsyncClient. 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 CompletableFuture<ListHostedZonesByVpcResponse>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.
-