Package | Description |
---|---|
com.amazonaws.services.route53.internal | |
com.amazonaws.services.route53.model | |
com.amazonaws.services.route53.model.transform |
Modifier and Type | Method and Description |
---|---|
private void |
Route53IdRequestHandler.removePrefix(DelegationSet delegationSet) |
Modifier and Type | Field and Description |
---|---|
private DelegationSet |
GetReusableDelegationSetResult.delegationSet
A complex type that contains the information about the nameservers for
the specified delegation set ID.
|
private DelegationSet |
GetHostedZoneResult.delegationSet
A complex type that contains information about the name servers for the
specified hosted zone.
|
private DelegationSet |
CreateReusableDelegationSetResult.delegationSet
A complex type that contains name server information.
|
private DelegationSet |
CreateHostedZoneResult.delegationSet
A complex type that contains name server information.
|
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<DelegationSet> |
ListReusableDelegationSetsResult.delegationSets
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
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 |
GetHostedZoneResult.getDelegationSet()
A complex type that contains information about the name servers for the
specified hosted zone.
|
DelegationSet |
CreateReusableDelegationSetResult.getDelegationSet()
A complex type that contains name server information.
|
DelegationSet |
CreateHostedZoneResult.getDelegationSet()
A complex type that contains name server information.
|
DelegationSet |
DelegationSet.withCallerReference(java.lang.String callerReference) |
DelegationSet |
DelegationSet.withId(java.lang.String id) |
DelegationSet |
DelegationSet.withNameServers(java.util.Collection<java.lang.String> nameServers)
A complex type that contains the authoritative name servers for the
hosted zone.
|
DelegationSet |
DelegationSet.withNameServers(java.lang.String... nameServers)
A complex type that contains the authoritative name servers for the
hosted zone.
|
Modifier and Type | Method and Description |
---|---|
java.util.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 |
GetHostedZoneResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the
specified hosted zone.
|
void |
CreateReusableDelegationSetResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
void |
CreateHostedZoneResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
GetReusableDelegationSetResult |
GetReusableDelegationSetResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains the information about the nameservers for
the specified delegation set ID.
|
GetHostedZoneResult |
GetHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for the
specified hosted zone.
|
CreateReusableDelegationSetResult |
CreateReusableDelegationSetResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
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(java.util.Collection<DelegationSet> delegationSets)
A complex type that contains information about the reusable delegation
sets associated with the current AWS account.
|
ListReusableDelegationSetsResult |
ListReusableDelegationSetsResult.withDelegationSets(java.util.Collection<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 |
---|---|
DelegationSet |
DelegationSetStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |