| Package | Description |
|---|---|
| com.amazonaws.services.route53 | |
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ListReusableDelegationSetsResult |
AbstractAmazonRoute53.listReusableDelegationSets() |
ListReusableDelegationSetsResult |
AmazonRoute53Client.listReusableDelegationSets() |
ListReusableDelegationSetsResult |
AmazonRoute53.listReusableDelegationSets()
Simplified method form for invoking the ListReusableDelegationSets operation.
|
ListReusableDelegationSetsResult |
AbstractAmazonRoute53.listReusableDelegationSets(ListReusableDelegationSetsRequest request) |
ListReusableDelegationSetsResult |
AmazonRoute53Client.listReusableDelegationSets(ListReusableDelegationSetsRequest listReusableDelegationSetsRequest)
To retrieve a list of your reusable delegation sets, send a
GET request to the
/2013-04-01/delegationset resource. |
ListReusableDelegationSetsResult |
AmazonRoute53.listReusableDelegationSets(ListReusableDelegationSetsRequest listReusableDelegationSetsRequest)
To retrieve a list of your reusable delegation sets, send a
GET request to the
/2013-04-01/delegationset resource. |
| Modifier and Type | Method and Description |
|---|---|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.clone() |
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current AWS account. |
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withDelegationSets(DelegationSet... delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current AWS account. |
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withIsTruncated(Boolean isTruncated)
A flag that indicates whether there are more reusable delegation sets to be listed.
|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withMarker(String marker)
For the second and subsequent calls to
ListReusableDelegationSets, Marker is the value
that you specified for the marker parameter in the request that produced the current response. |
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withMaxItems(String maxItems)
The value that you specified for the
maxitems parameter in the call to
ListReusableDelegationSets that produced the current response. |
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withNextMarker(String nextMarker)
If
IsTruncated is true, the value of NextMarker identifies the first
reusable delegation set in the next group of maxitems reusable delegation sets. |
Copyright © 2016. All rights reserved.