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 GetReusableDelegationSetResult
AbstractAmazonRoute53. getReusableDelegationSet(GetReusableDelegationSetRequest request)
GetReusableDelegationSetResult
AmazonRoute53. getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest)
To retrieve the reusable delegation set, send aGET
request to the/Route 53 API version/delegationset/delegation set ID
resource.GetReusableDelegationSetResult
AmazonRoute53Client. getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest)
To retrieve the reusable delegation set, send aGET
request to the/Route 53 API version/delegationset/delegation set ID
resource.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 aGET
request to the/Route 53 API version/delegationset/delegation set ID
resource.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 GetReusableDelegationSetResult
GetReusableDelegationSetResult. clone()
GetReusableDelegationSetResult
GetReusableDelegationSetResult. withDelegationSet(DelegationSet delegationSet)
A complex type that contains the information about the nameservers for the specified delegation set ID.
-