Package | Description |
---|---|
com.amazonaws.services.route53.model |
Classes modeling the various types represented by AmazonRoute53.
|
Modifier and Type | Method and Description |
---|---|
DelegationSet |
GetHostedZoneResult.getDelegationSet()
A complex type that contains information about the name servers for
the specified hosted zone.
|
DelegationSet |
CreateHostedZoneResult.getDelegationSet()
A complex type that contains name server information.
|
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 |
---|---|
void |
GetHostedZoneResult.setDelegationSet(DelegationSet delegationSet)
A complex type that contains information about the name servers for
the specified hosted zone.
|
void |
CreateHostedZoneResult.setDelegationSet(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.
|
CreateHostedZoneResult |
CreateHostedZoneResult.withDelegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
Copyright © 2015. All rights reserved.