Uses of Interface
software.amazon.awssdk.services.route53.model.ListHostedZonesByVpcRequest.Builder
Packages that use ListHostedZonesByVpcRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListHostedZonesByVpcRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListHostedZonesByVpcRequest.BuilderModifier 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.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. -
Uses of ListHostedZonesByVpcRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListHostedZonesByVpcRequest.BuilderModifier and TypeMethodDescriptionListHostedZonesByVpcRequest.builder()(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.If the previous response included aNextTokenelement, the specified VPC is associated with more hosted zones.ListHostedZonesByVpcRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListHostedZonesByVpcRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListHostedZonesByVpcRequest.toBuilder()The ID of the Amazon VPC that you want to list hosted zones for.For the Amazon VPC that you specified forVPCId, the Amazon Web Services Region that you created the VPC in.For the Amazon VPC that you specified forVPCId, the Amazon Web Services Region that you created the VPC in.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListHostedZonesByVpcRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListHostedZonesByVpcRequest.Builder>ListHostedZonesByVpcRequest.serializableBuilderClass()