Uses of Class
software.amazon.awssdk.services.route53.model.GetReusableDelegationSetRequest
-
Packages that use GetReusableDelegationSetRequest 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.transform -
-
Uses of GetReusableDelegationSetRequest in software.amazon.awssdk.services.route53
Methods in software.amazon.awssdk.services.route53 with parameters of type GetReusableDelegationSetRequest Modifier and Type Method Description 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.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. -
Uses of GetReusableDelegationSetRequest in software.amazon.awssdk.services.route53.transform
Methods in software.amazon.awssdk.services.route53.transform with parameters of type GetReusableDelegationSetRequest Modifier and Type Method Description SdkHttpFullRequestGetReusableDelegationSetRequestMarshaller. marshall(GetReusableDelegationSetRequest getReusableDelegationSetRequest)
-