| 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 request)
Retrieves a list of the reusable delegation sets that are associated with the current AWS account.
|
ListReusableDelegationSetsResult |
AmazonRoute53.listReusableDelegationSets(ListReusableDelegationSetsRequest listReusableDelegationSetsRequest)
Retrieves a list of the reusable delegation sets that are associated with the current AWS account.
|
| 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 next
reusable delegation set that Amazon Route 53 will return if you submit another
ListReusableDelegationSets request and specify the value of NextMarker in the
marker parameter. |
Copyright © 2018. All rights reserved.