Uses of Interface
software.amazon.awssdk.services.route53.model.ListHostedZonesRequest.Builder
-
Packages that use ListHostedZonesRequest.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 ListHostedZonesRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type ListHostedZonesRequest.Builder Modifier and Type Method Description default 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)Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account.default ListHostedZonesIterableRoute53Client. listHostedZonesPaginator(Consumer<ListHostedZonesRequest.Builder> listHostedZonesRequest)Retrieves a list of the public and private hosted zones that are associated with the current Amazon Web Services account. -
Uses of ListHostedZonesRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return ListHostedZonesRequest.Builder Modifier and Type Method Description static ListHostedZonesRequest.BuilderListHostedZonesRequest. builder()ListHostedZonesRequest.BuilderListHostedZonesRequest.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.BuilderListHostedZonesRequest.Builder. hostedZoneType(String hostedZoneType)(Optional) Specifies if the hosted zone is private.ListHostedZonesRequest.BuilderListHostedZonesRequest.Builder. hostedZoneType(HostedZoneType hostedZoneType)(Optional) Specifies if the hosted zone is private.ListHostedZonesRequest.BuilderListHostedZonesRequest.Builder. marker(String marker)If the value ofIsTruncatedin the previous response wastrue, you have more hosted zones.ListHostedZonesRequest.BuilderListHostedZonesRequest.Builder. maxItems(String maxItems)(Optional) The maximum number of hosted zones that you want Amazon Route 53 to return.ListHostedZonesRequest.BuilderListHostedZonesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListHostedZonesRequest.BuilderListHostedZonesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListHostedZonesRequest.BuilderListHostedZonesRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type ListHostedZonesRequest.Builder Modifier and Type Method Description static Class<? extends ListHostedZonesRequest.Builder>ListHostedZonesRequest. serializableBuilderClass()
-