Uses of Interface
software.amazon.awssdk.services.route53.model.ListHostedZonesRequest.Builder
Packages that use ListHostedZonesRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of ListHostedZonesRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListHostedZonesRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListHostedZonesResponse>Route53AsyncClient.listHostedZones(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest) Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default ListHostedZonesResponseRoute53Client.listHostedZones(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest) Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default ListHostedZonesPublisherRoute53AsyncClient.listHostedZonesPaginator(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest) This is a variant ofRoute53AsyncClient.listHostedZones(software.amazon.awssdk.services.route53.model.ListHostedZonesRequest)operation.default ListHostedZonesIterableRoute53Client.listHostedZonesPaginator(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest) This is a variant ofRoute53Client.listHostedZones(software.amazon.awssdk.services.route53.model.ListHostedZonesRequest)operation. -
Uses of ListHostedZonesRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListHostedZonesRequest.BuilderModifier and TypeMethodDescriptionListHostedZonesRequest.builder()ListHostedZonesRequest.Builder.delegationSetId(String delegationSetId) If you're using reusable delegation sets and you want to list all of the hosted zones that are associated with a reusable delegation set, specify the ID of that reusable delegation set.ListHostedZonesRequest.Builder.hostedZoneType(String hostedZoneType) (Optional) Specifies if the hosted zone is private.ListHostedZonesRequest.Builder.hostedZoneType(HostedZoneType hostedZoneType) (Optional) Specifies if the hosted zone is private.If the value ofIsTruncatedin the previous response wastrue, you have more hosted zones.(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.ListHostedZonesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListHostedZonesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListHostedZonesRequest.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListHostedZonesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListHostedZonesRequest.Builder>ListHostedZonesRequest.serializableBuilderClass()