Package | Description |
---|---|
com.amazonaws.services.route53.model |
Modifier and Type | Method and Description |
---|---|
DelegationSet |
DelegationSet.clone() |
DelegationSet |
GetReusableDelegationSetResult.getDelegationSet()
A complex type that contains the information about the nameservers for
the specified delegation set ID.
|
DelegationSet |
CreateHostedZoneResult.getDelegationSet()
A complex type that contains name server information.
|
DelegationSet |
CreateReusableDelegationSetResult.getDelegationSet()
A complex type that contains name server information.
|
DelegationSet |
GetHostedZoneResult.getDelegationSet()
A complex type that contains information about the name servers for the
specified hosted zone.
|
DelegationSet |
DelegationSet.withCallerReference(String callerReference) |
DelegationSet |
DelegationSet.withId(String id) |
DelegationSet |
DelegationSet.withNameServers(Collection<String> nameServers)
A complex type that contains the authoritative name servers for the
hosted zone.
|
DelegationSet |
DelegationSet.withNameServers(String... nameServers)
A complex type that contains the authoritative name servers for the
hosted zone.
|
Modifier and Type | Method and Description |
---|---|
List<DelegationSet> |
ListReusableDelegationSetsResult.getDelegationSets()
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
GetReusableDelegationSetResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains the information about the nameservers for
the specified delegation set ID.
|
void |
CreateHostedZoneResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
void |
CreateReusableDelegationSetResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
void |
GetHostedZoneResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the
specified hosted zone.
|
GetReusableDelegationSetResult |
GetReusableDelegationSetResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains the information about the nameservers for
the specified delegation set ID.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
CreateReusableDelegationSetResult |
CreateReusableDelegationSetResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
GetHostedZoneResult |
GetHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the
specified hosted zone.
|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withDelegationSets(DelegationSet... delegationSets)
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
Modifier and Type | Method and Description |
---|---|
void |
ListReusableDelegationSetsResult.setDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withDelegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
Copyright © 2018. All rights reserved.