Uses of Class
software.amazon.awssdk.services.route53.model.ListHostedZonesByVpcRequest
-
Packages that use ListHostedZonesByVpcRequest 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 ListHostedZonesByVpcRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type ListHostedZonesByVpcRequest Modifier and Type Method Description 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.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. -
Uses of ListHostedZonesByVpcRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type ListHostedZonesByVpcRequest Modifier and Type Method Description SdkHttpFullRequestListHostedZonesByVpcRequestMarshaller. marshall(ListHostedZonesByVpcRequest listHostedZonesByVpcRequest)
-