Uses of Interface
software.amazon.awssdk.services.route53.model.GetHostedZoneCountRequest.Builder
-
Packages that use GetHostedZoneCountRequest.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 GetHostedZoneCountRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetHostedZoneCountRequest.Builder Modifier and Type Method Description default CompletableFuture<GetHostedZoneCountResponse>Route53AsyncClient. getHostedZoneCount(Consumer<GetHostedZoneCountRequest.Builder> getHostedZoneCountRequest)Retrieves the number of hosted zones that are associated with the current Amazon Web Services account.default GetHostedZoneCountResponseRoute53Client. getHostedZoneCount(Consumer<GetHostedZoneCountRequest.Builder> getHostedZoneCountRequest)Retrieves the number of hosted zones that are associated with the current Amazon Web Services account. -
Uses of GetHostedZoneCountRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetHostedZoneCountRequest.Builder Modifier and Type Method Description static GetHostedZoneCountRequest.BuilderGetHostedZoneCountRequest. builder()GetHostedZoneCountRequest.BuilderGetHostedZoneCountRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHostedZoneCountRequest.BuilderGetHostedZoneCountRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetHostedZoneCountRequest.BuilderGetHostedZoneCountRequest. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetHostedZoneCountRequest.Builder Modifier and Type Method Description static Class<? extends GetHostedZoneCountRequest.Builder>GetHostedZoneCountRequest. serializableBuilderClass()
-