Package | Description |
---|---|
com.amazonaws.services.route53 | |
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)
To retrieve a list of your reusable delegation sets, send a
GET request to the
/Route 53 API version/delegationset resource. |
ListReusableDelegationSetsResult |
AmazonRoute53Client.listReusableDelegationSets(ListReusableDelegationSetsRequest listReusableDelegationSetsRequest)
To retrieve a list of your reusable delegation sets, send a
GET request to the
/Route 53 API version/delegationset resource. |
Modifier and Type | Method and Description |
---|---|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.clone() |
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withDelegationSets(DelegationSet... delegationSets)
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withIsTruncated(Boolean isTruncated)
A flag indicating whether there are more reusable delegation sets to be
listed.
|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withMarker(String marker)
If the request returned more than one page of results, submit another
request and specify the value of
NextMarker from the last
response in the marker parameter to get the next page of
results. |
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withMaxItems(String maxItems)
The maximum number of reusable delegation sets to be included in the
response body.
|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withNextMarker(String nextMarker)
Indicates where to continue listing reusable delegation sets.
|
Copyright © 2018. All rights reserved.