Uses of Class
software.amazon.awssdk.services.route53.model.GetReusableDelegationSetLimitResponse
-
Packages that use GetReusableDelegationSetLimitResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of GetReusableDelegationSetLimitResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetReusableDelegationSetLimitResponse Modifier and Type Method Description default GetReusableDelegationSetLimitResponseRoute53Client. getReusableDelegationSetLimit(Consumer<GetReusableDelegationSetLimitRequest.Builder> getReusableDelegationSetLimitRequest)Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.default GetReusableDelegationSetLimitResponseRoute53Client. getReusableDelegationSetLimit(GetReusableDelegationSetLimitRequest getReusableDelegationSetLimitRequest)Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetReusableDelegationSetLimitResponse Modifier and Type Method Description default CompletableFuture<GetReusableDelegationSetLimitResponse>Route53AsyncClient. getReusableDelegationSetLimit(Consumer<GetReusableDelegationSetLimitRequest.Builder> getReusableDelegationSetLimitRequest)Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.default CompletableFuture<GetReusableDelegationSetLimitResponse>Route53AsyncClient. getReusableDelegationSetLimit(GetReusableDelegationSetLimitRequest getReusableDelegationSetLimitRequest)Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set.
-