Uses of Class
com.amazonaws.services.route53.model.GetReusableDelegationSetResult
-
Packages that use GetReusableDelegationSetResult Package Description com.amazonaws.services.route53 com.amazonaws.services.route53.model -
-
Uses of GetReusableDelegationSetResult in com.amazonaws.services.route53
Methods in com.amazonaws.services.route53 that return GetReusableDelegationSetResult Modifier and Type Method Description GetReusableDelegationSetResultAbstractAmazonRoute53. getReusableDelegationSet(GetReusableDelegationSetRequest request)GetReusableDelegationSetResultAmazonRoute53. getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest)To retrieve the reusable delegation set, send aGETrequest to the/Route 53 API version/delegationset/delegation set IDresource.GetReusableDelegationSetResultAmazonRoute53Client. getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest)To retrieve the reusable delegation set, send aGETrequest to the/Route 53 API version/delegationset/delegation set IDresource.Method parameters in com.amazonaws.services.route53 with type arguments of type GetReusableDelegationSetResult Modifier and Type Method Description Future<GetReusableDelegationSetResult>AbstractAmazonRoute53Async. getReusableDelegationSetAsync(GetReusableDelegationSetRequest request, AsyncHandler<GetReusableDelegationSetRequest,GetReusableDelegationSetResult> asyncHandler)Future<GetReusableDelegationSetResult>AmazonRoute53Async. getReusableDelegationSetAsync(GetReusableDelegationSetRequest getReusableDelegationSetRequest, AsyncHandler<GetReusableDelegationSetRequest,GetReusableDelegationSetResult> asyncHandler)To retrieve the reusable delegation set, send aGETrequest to the/Route 53 API version/delegationset/delegation set IDresource.Future<GetReusableDelegationSetResult>AmazonRoute53AsyncClient. getReusableDelegationSetAsync(GetReusableDelegationSetRequest request, AsyncHandler<GetReusableDelegationSetRequest,GetReusableDelegationSetResult> asyncHandler) -
Uses of GetReusableDelegationSetResult in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return GetReusableDelegationSetResult Modifier and Type Method Description GetReusableDelegationSetResultGetReusableDelegationSetResult. clone()GetReusableDelegationSetResultGetReusableDelegationSetResult. withDelegationSet(DelegationSet delegationSet)A complex type that contains the information about the nameservers for the specified delegation set ID.
-