Uses of Class
software.amazon.awssdk.services.route53.model.GetReusableDelegationSetResponse
-
Packages that use GetReusableDelegationSetResponse Package Description software.amazon.awssdk.services.route53 Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service. -
-
Uses of GetReusableDelegationSetResponse in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 that return GetReusableDelegationSetResponse Modifier and Type Method Description default GetReusableDelegationSetResponseRoute53Client. getReusableDelegationSet(Consumer<GetReusableDelegationSetRequest.Builder> getReusableDelegationSetRequest)Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.default GetReusableDelegationSetResponseRoute53Client. getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest)Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.Methods in software.amazon.awssdk.services.route53 that return types with arguments of type GetReusableDelegationSetResponse Modifier and Type Method Description default CompletableFuture<GetReusableDelegationSetResponse>Route53AsyncClient. getReusableDelegationSet(Consumer<GetReusableDelegationSetRequest.Builder> getReusableDelegationSetRequest)Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.default CompletableFuture<GetReusableDelegationSetResponse>Route53AsyncClient. getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest)Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.
-