Package | Description |
---|---|
com.amazonaws.services.route53 | |
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
GetReusableDelegationSetResult |
AbstractAmazonRoute53.getReusableDelegationSet(GetReusableDelegationSetRequest request) |
GetReusableDelegationSetResult |
AmazonRoute53.getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest)
To retrieve the reusable delegation set, send a
GET request
to the
/Route 53 API version/delegationset/delegation set ID
resource. |
GetReusableDelegationSetResult |
AmazonRoute53Client.getReusableDelegationSet(GetReusableDelegationSetRequest getReusableDelegationSetRequest)
To retrieve the reusable delegation set, send a
GET request
to the
/Route 53 API version/delegationset/delegation set ID
resource. |
Modifier and Type | Method and Description |
---|---|
Future<GetReusableDelegationSetResult> |
AbstractAmazonRoute53Async.getReusableDelegationSetAsync(GetReusableDelegationSetRequest request,
AsyncHandler<GetReusableDelegationSetRequest,GetReusableDelegationSetResult> asyncHandler) |
Future<GetReusableDelegationSetResult> |
AmazonRoute53AsyncClient.getReusableDelegationSetAsync(GetReusableDelegationSetRequest request,
AsyncHandler<GetReusableDelegationSetRequest,GetReusableDelegationSetResult> asyncHandler) |
Future<GetReusableDelegationSetResult> |
AmazonRoute53Async.getReusableDelegationSetAsync(GetReusableDelegationSetRequest getReusableDelegationSetRequest,
AsyncHandler<GetReusableDelegationSetRequest,GetReusableDelegationSetResult> asyncHandler)
To retrieve the reusable delegation set, send a
GET request
to the
/Route 53 API version/delegationset/delegation set ID
resource. |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.