Uses of Interface
software.amazon.awssdk.services.route53.model.GetHostedZoneCountResponse.Builder
-
Packages that use GetHostedZoneCountResponse.Builder Package Description software.amazon.awssdk.services.route53.model -
-
Uses of GetHostedZoneCountResponse.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetHostedZoneCountResponse.Builder Modifier and Type Method Description static GetHostedZoneCountResponse.BuilderGetHostedZoneCountResponse. builder()GetHostedZoneCountResponse.BuilderGetHostedZoneCountResponse.Builder. hostedZoneCount(Long hostedZoneCount)The total number of public and private hosted zones that are associated with the current Amazon Web Services account.GetHostedZoneCountResponse.BuilderGetHostedZoneCountResponse. toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetHostedZoneCountResponse.Builder Modifier and Type Method Description static Class<? extends GetHostedZoneCountResponse.Builder>GetHostedZoneCountResponse. serializableBuilderClass()
-