Uses of Interface
software.amazon.awssdk.services.route53.model.ListHostedZonesByNameRequest.Builder
-
Packages that use ListHostedZonesByNameRequest.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 ListHostedZonesByNameRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListHostedZonesByNameRequest.Builder Modifier and Type Method Description default CompletableFuture<ListHostedZonesByNameResponse>Route53AsyncClient. 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.Builder Modifier and Type Method Description static ListHostedZonesByNameRequest.BuilderListHostedZonesByNameRequest. builder()ListHostedZonesByNameRequest.BuilderListHostedZonesByNameRequest.Builder. dnsName(String dnsName)(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.BuilderListHostedZonesByNameRequest.Builder. hostedZoneId(String hostedZoneId)(Optional) For your first request toListHostedZonesByName, do not include thehostedzoneidparameter.ListHostedZonesByNameRequest.BuilderListHostedZonesByNameRequest.Builder. maxItems(String maxItems)The maximum number of hosted zones to be included in the response body for this request.ListHostedZonesByNameRequest.BuilderListHostedZonesByNameRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHostedZonesByNameRequest.BuilderListHostedZonesByNameRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHostedZonesByNameRequest.BuilderListHostedZonesByNameRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListHostedZonesByNameRequest.Builder Modifier and Type Method Description static Class<? extends ListHostedZonesByNameRequest.Builder>ListHostedZonesByNameRequest. serializableBuilderClass()
-