Uses of Class
software.amazon.awssdk.services.route53.model.GetHostedZoneLimitResponse
Packages that use GetHostedZoneLimitResponse
Package
Description
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
-
Uses of GetHostedZoneLimitResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetHostedZoneLimitResponseModifier and TypeMethodDescriptiondefault 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.default GetHostedZoneLimitResponseRoute53Client.getHostedZoneLimit(GetHostedZoneLimitRequest 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.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetHostedZoneLimitResponseModifier 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.Route53AsyncClient.getHostedZoneLimit(GetHostedZoneLimitRequest 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.