Uses of Class
com.amazonaws.services.route53.model.DelegationSet
Packages that use DelegationSet
-
Uses of DelegationSet in com.amazonaws.services.route53.model
Methods in com.amazonaws.services.route53.model that return DelegationSetModifier and TypeMethodDescriptionDelegationSet.clone()
CreateHostedZoneResult.getDelegationSet()
A complex type that contains name server information.CreateReusableDelegationSetResult.getDelegationSet()
A complex type that contains name server information.GetHostedZoneResult.getDelegationSet()
A complex type that contains information about the name servers for the specified hosted zone.GetReusableDelegationSetResult.getDelegationSet()
A complex type that contains the information about the nameservers for the specified delegation set ID.DelegationSet.withCallerReference
(String callerReference) DelegationSet.withNameServers
(String... nameServers) A complex type that contains the authoritative name servers for the hosted zone.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 DelegationSetModifier and TypeMethodDescriptionListReusableDelegationSetsResult.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 DelegationSetModifier and TypeMethodDescriptionvoid
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.withDelegationSet
(DelegationSet delegationSet) A complex type that contains name server information.CreateReusableDelegationSetResult.withDelegationSet
(DelegationSet delegationSet) A complex type that contains name server information.GetHostedZoneResult.withDelegationSet
(DelegationSet delegationSet) A complex type that contains information about the name servers for the specified hosted zone.GetReusableDelegationSetResult.withDelegationSet
(DelegationSet delegationSet) A complex type that contains the information about the nameservers for the specified delegation set ID.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 DelegationSetModifier and TypeMethodDescriptionvoid
ListReusableDelegationSetsResult.setDelegationSets
(Collection<DelegationSet> delegationSets) A complex type that contains information about the reusable delegation sets associated with the current AWS account.ListReusableDelegationSetsResult.withDelegationSets
(Collection<DelegationSet> delegationSets) A complex type that contains information about the reusable delegation sets associated with the current AWS account.