Uses of Interface
software.amazon.awssdk.services.route53.model.GetHostedZoneLimitRequest.Builder
-
Packages that use GetHostedZoneLimitRequest.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 GetHostedZoneLimitRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetHostedZoneLimitRequest.Builder Modifier and Type Method Description default CompletableFuture<GetHostedZoneLimitResponse>Route53AsyncClient. 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.Builder Modifier and Type Method Description static GetHostedZoneLimitRequest.BuilderGetHostedZoneLimitRequest. builder()GetHostedZoneLimitRequest.BuilderGetHostedZoneLimitRequest.Builder. hostedZoneId(String hostedZoneId)The ID of the hosted zone that you want to get a limit for.GetHostedZoneLimitRequest.BuilderGetHostedZoneLimitRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetHostedZoneLimitRequest.BuilderGetHostedZoneLimitRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetHostedZoneLimitRequest.BuilderGetHostedZoneLimitRequest. toBuilder()GetHostedZoneLimitRequest.BuilderGetHostedZoneLimitRequest.Builder. type(String type)The limit that you want to get.GetHostedZoneLimitRequest.BuilderGetHostedZoneLimitRequest.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.Builder Modifier and Type Method Description static Class<? extends GetHostedZoneLimitRequest.Builder>GetHostedZoneLimitRequest. serializableBuilderClass()
-