| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
DelegationSet |
DelegationSet.clone() |
DelegationSet |
GetReusableDelegationSetResult.getDelegationSet()
A complex type that contains information about the reusable delegation set.
|
DelegationSet |
CreateReusableDelegationSetResult.getDelegationSet()
A complex type that contains name server information.
|
DelegationSet |
CreateHostedZoneResult.getDelegationSet()
A complex type that describes the name servers for this hosted zone.
|
DelegationSet |
GetHostedZoneResult.getDelegationSet()
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
DelegationSet |
DelegationSet.withCallerReference(String callerReference)
The value that you specified for
CallerReference when you created the reusable delegation set. |
DelegationSet |
DelegationSet.withId(String id)
The ID that Amazon Route 53 assigns to a reusable delegation set.
|
DelegationSet |
DelegationSet.withNameServers(Collection<String> nameServers)
A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable
delegation set.
|
DelegationSet |
DelegationSet.withNameServers(String... nameServers)
A complex type that contains a list of the authoritative name servers for a hosted zone or for a reusable
delegation set.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegationSet> |
ListReusableDelegationSetsResult.getDelegationSets()
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
void |
GetReusableDelegationSetResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
|
void |
CreateReusableDelegationSetResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
void |
CreateHostedZoneResult.setDelegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
|
void |
GetHostedZoneResult.setDelegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
GetReusableDelegationSetResult |
GetReusableDelegationSetResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
|
CreateReusableDelegationSetResult |
CreateReusableDelegationSetResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
|
GetHostedZoneResult |
GetHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListReusableDelegationSetsResult.setDelegationSets(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(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. |
Copyright © 2024. All rights reserved.