Uses of Class
com.amazonaws.services.route53.model.DelegationSet
-
Packages that use DelegationSet Package Description com.amazonaws.services.route53.model -
-
Uses of DelegationSet in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return DelegationSet Modifier and Type Method Description DelegationSet
DelegationSet. clone()
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
GetReusableDelegationSetResult. getDelegationSet()
A complex type that contains the information about the nameservers for the specified delegation set ID.DelegationSet
DelegationSet. withCallerReference(String callerReference)
DelegationSet
DelegationSet. withId(String id)
DelegationSet
DelegationSet. withNameServers(String... nameServers)
A complex type that contains the authoritative name servers for the hosted zone.DelegationSet
DelegationSet. withNameServers(Collection<String> nameServers)
A complex type that contains the authoritative name servers for the hosted zone.Methods in com.amazonaws.services.route53.model that return types with arguments of type DelegationSet Modifier and Type Method Description List<DelegationSet>
ListReusableDelegationSetsResult. getDelegationSets()
A complex type that contains information about the reusable delegation sets associated with the current AWS account.Methods in com.amazonaws.services.route53.model with parameters of type DelegationSet Modifier and Type Method Description 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.void
GetReusableDelegationSetResult. setDelegationSet(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.GetReusableDelegationSetResult
GetReusableDelegationSetResult. withDelegationSet(DelegationSet delegationSet)
A complex type that contains the information about the nameservers for the specified delegation set ID.ListReusableDelegationSetsResult
ListReusableDelegationSetsResult. withDelegationSets(DelegationSet... delegationSets)
A complex type that contains information about the reusable delegation sets associated with the current AWS account.Method parameters in com.amazonaws.services.route53.model with type arguments of type DelegationSet Modifier and Type Method 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.
-