Uses of Interface
software.amazon.awssdk.services.route53.model.ListHostedZonesByVpcRequest.Builder
-
Packages that use ListHostedZonesByVpcRequest.Builder 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.model -
-
Uses of ListHostedZonesByVpcRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListHostedZonesByVpcRequest.Builder 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 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.Builder Modifier and Type Method Description static ListHostedZonesByVpcRequest.BuilderListHostedZonesByVpcRequest. builder()ListHostedZonesByVpcRequest.BuilderListHostedZonesByVpcRequest.Builder. maxItems(String maxItems)(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.ListHostedZonesByVpcRequest.BuilderListHostedZonesByVpcRequest.Builder. nextToken(String nextToken)If the previous response included aNextTokenelement, the specified VPC is associated with more hosted zones.ListHostedZonesByVpcRequest.BuilderListHostedZonesByVpcRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHostedZonesByVpcRequest.BuilderListHostedZonesByVpcRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHostedZonesByVpcRequest.BuilderListHostedZonesByVpcRequest. toBuilder()ListHostedZonesByVpcRequest.BuilderListHostedZonesByVpcRequest.Builder. vpcId(String vpcId)The ID of the Amazon VPC that you want to list hosted zones for.ListHostedZonesByVpcRequest.BuilderListHostedZonesByVpcRequest.Builder. vpcRegion(String vpcRegion)For the Amazon VPC that you specified forVPCId, the Amazon Web Services Region that you created the VPC in.ListHostedZonesByVpcRequest.BuilderListHostedZonesByVpcRequest.Builder. vpcRegion(VPCRegion vpcRegion)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.Builder Modifier and Type Method Description static Class<? extends ListHostedZonesByVpcRequest.Builder>ListHostedZonesByVpcRequest. serializableBuilderClass()
-