Uses of Interface
software.amazon.awssdk.services.route53.model.GetReusableDelegationSetLimitRequest.Builder
-
Packages that use GetReusableDelegationSetLimitRequest.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 GetReusableDelegationSetLimitRequest.Builder in software.amazon.awssdk.services.route53
Method parameters in software.amazon.awssdk.services.route53 with type arguments of type GetReusableDelegationSetLimitRequest.Builder 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 GetReusableDelegationSetLimitResponseRoute53Client. getReusableDelegationSetLimit(Consumer<GetReusableDelegationSetLimitRequest.Builder> getReusableDelegationSetLimitRequest)Gets the maximum number of hosted zones that you can associate with the specified reusable delegation set. -
Uses of GetReusableDelegationSetLimitRequest.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return GetReusableDelegationSetLimitRequest.Builder Modifier and Type Method Description static GetReusableDelegationSetLimitRequest.BuilderGetReusableDelegationSetLimitRequest. builder()GetReusableDelegationSetLimitRequest.BuilderGetReusableDelegationSetLimitRequest.Builder. delegationSetId(String delegationSetId)The ID of the delegation set that you want to get the limit for.GetReusableDelegationSetLimitRequest.BuilderGetReusableDelegationSetLimitRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetReusableDelegationSetLimitRequest.BuilderGetReusableDelegationSetLimitRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetReusableDelegationSetLimitRequest.BuilderGetReusableDelegationSetLimitRequest. toBuilder()GetReusableDelegationSetLimitRequest.BuilderGetReusableDelegationSetLimitRequest.Builder. type(String type)SpecifyMAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum number of hosted zones that you can associate with the specified reusable delegation set.GetReusableDelegationSetLimitRequest.BuilderGetReusableDelegationSetLimitRequest.Builder. type(ReusableDelegationSetLimitType type)SpecifyMAX_ZONES_BY_REUSABLE_DELEGATION_SETto get the maximum number of hosted zones that you can associate with the specified reusable delegation set.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type GetReusableDelegationSetLimitRequest.Builder Modifier and Type Method Description static Class<? extends GetReusableDelegationSetLimitRequest.Builder>GetReusableDelegationSetLimitRequest. serializableBuilderClass()
-