Uses of Interface
software.amazon.awssdk.services.route53.model.ListHostedZonesByNameRequest.Builder
Packages that use ListHostedZonesByNameRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListHostedZonesByNameRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListHostedZonesByNameRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.listHostedZonesByName(Consumer<ListHostedZonesByNameRequest.Builder> listHostedZonesByNameRequest) Retrieves a list of your hosted zones in lexicographic order.default ListHostedZonesByNameResponseRoute53Client.listHostedZonesByName(Consumer<ListHostedZonesByNameRequest.Builder> listHostedZonesByNameRequest) Retrieves a list of your hosted zones in lexicographic order. -
Uses of ListHostedZonesByNameRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListHostedZonesByNameRequest.BuilderModifier and TypeMethodDescriptionListHostedZonesByNameRequest.builder()(Optional) For your first request toListHostedZonesByName, include thednsnameparameter only if you want to specify the name of the first hosted zone in the response.ListHostedZonesByNameRequest.Builder.hostedZoneId(String hostedZoneId) (Optional) For your first request toListHostedZonesByName, do not include thehostedzoneidparameter.The maximum number of hosted zones to be included in the response body for this request.ListHostedZonesByNameRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListHostedZonesByNameRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListHostedZonesByNameRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListHostedZonesByNameRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListHostedZonesByNameRequest.Builder>ListHostedZonesByNameRequest.serializableBuilderClass()