Uses of Class
software.amazon.awssdk.services.route53.model.GetHostedZoneLimitRequest
-
Packages that use GetHostedZoneLimitRequest 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.transform -
-
Uses of GetHostedZoneLimitRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type GetHostedZoneLimitRequest Modifier and Type Method Description default CompletableFuture<GetHostedZoneLimitResponse>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.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. -
Uses of GetHostedZoneLimitRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type GetHostedZoneLimitRequest Modifier and Type Method Description SdkHttpFullRequestGetHostedZoneLimitRequestMarshaller. marshall(GetHostedZoneLimitRequest getHostedZoneLimitRequest)
-