Uses of Class
software.amazon.awssdk.services.route53.model.GetReusableDelegationSetResponse
Packages that use GetReusableDelegationSetResponse
Package
Description
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 GetReusableDelegationSetResponseModifier and TypeMethodDescriptiondefault 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 GetReusableDelegationSetResponseModifier and TypeMethodDescriptionRoute53AsyncClient.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.Route53AsyncClient.getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest) Retrieves information about a specified reusable delegation set, including the four name servers that are assigned to the delegation set.