| Package | Description |
|---|---|
| com.amazonaws.services.route53 |
Amazon RouteĀ 53 is a highly available and scalable Domain Name System (DNS) web service.
|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
ListReusableDelegationSetsResult |
AbstractAmazonRoute53.listReusableDelegationSets() |
ListReusableDelegationSetsResult |
AmazonRoute53.listReusableDelegationSets()
Simplified method form for invoking the ListReusableDelegationSets operation.
|
ListReusableDelegationSetsResult |
AmazonRoute53Client.listReusableDelegationSets() |
ListReusableDelegationSetsResult |
AbstractAmazonRoute53.listReusableDelegationSets(ListReusableDelegationSetsRequest request) |
ListReusableDelegationSetsResult |
AmazonRoute53.listReusableDelegationSets(ListReusableDelegationSetsRequest listReusableDelegationSetsRequest)
Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services
account.
|
ListReusableDelegationSetsResult |
AmazonRoute53Client.listReusableDelegationSets(ListReusableDelegationSetsRequest request)
Retrieves a list of the reusable delegation sets that are associated with the current Amazon Web Services
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 Amazon Web Services 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 Amazon Web Services 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 © 2023. All rights reserved.