Uses of Interface
software.amazon.awssdk.services.route53.model.GetHostedZoneLimitRequest.Builder
Packages that use GetHostedZoneLimitRequest.Builder
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetHostedZoneLimitRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetHostedZoneLimitRequest.BuilderModifier and TypeMethodDescriptionRoute53AsyncClient.getHostedZoneLimit(Consumer<GetHostedZoneLimitRequest.Builder> getHostedZoneLimitRequest) Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone.default GetHostedZoneLimitResponseRoute53Client.getHostedZoneLimit(Consumer<GetHostedZoneLimitRequest.Builder> getHostedZoneLimitRequest) Gets the specified limit for a specified hosted zone, for example, the maximum number of records that you can create in the hosted zone. -
Uses of GetHostedZoneLimitRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetHostedZoneLimitRequest.BuilderModifier and TypeMethodDescriptionGetHostedZoneLimitRequest.builder()GetHostedZoneLimitRequest.Builder.hostedZoneId(String hostedZoneId) The ID of the hosted zone that you want to get a limit for.GetHostedZoneLimitRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetHostedZoneLimitRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetHostedZoneLimitRequest.toBuilder()The limit that you want to get.GetHostedZoneLimitRequest.Builder.type(HostedZoneLimitType type) The limit that you want to get.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetHostedZoneLimitRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetHostedZoneLimitRequest.Builder>GetHostedZoneLimitRequest.serializableBuilderClass()