Uses of Class
software.amazon.awssdk.services.route53.model.CreateReusableDelegationSetResponse
-
Packages that use CreateReusableDelegationSetResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of CreateReusableDelegationSetResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return CreateReusableDelegationSetResponse Modifier and Type Method Description default CreateReusableDelegationSetResponseRoute53Client. createReusableDelegationSet(Consumer<CreateReusableDelegationSetRequest.Builder> createReusableDelegationSetRequest)Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same Amazon Web Services account.default CreateReusableDelegationSetResponseRoute53Client. createReusableDelegationSet(CreateReusableDelegationSetRequest createReusableDelegationSetRequest)Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same Amazon Web Services account.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type CreateReusableDelegationSetResponse Modifier and Type Method Description default CompletableFuture<CreateReusableDelegationSetResponse>Route53AsyncClient. createReusableDelegationSet(Consumer<CreateReusableDelegationSetRequest.Builder> createReusableDelegationSetRequest)Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same Amazon Web Services account.default CompletableFuture<CreateReusableDelegationSetResponse>Route53AsyncClient. createReusableDelegationSet(CreateReusableDelegationSetRequest createReusableDelegationSetRequest)Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same Amazon Web Services account.
-