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 DelegationSetDelegationSet. clone()DelegationSetCreateHostedZoneResult. getDelegationSet()A complex type that contains name server information.DelegationSetCreateReusableDelegationSetResult. getDelegationSet()A complex type that contains name server information.DelegationSetGetHostedZoneResult. getDelegationSet()A complex type that contains information about the name servers for the specified hosted zone.DelegationSetGetReusableDelegationSetResult. getDelegationSet()A complex type that contains the information about the nameservers for the specified delegation set ID.DelegationSetDelegationSet. withCallerReference(String callerReference)DelegationSetDelegationSet. withId(String id)DelegationSetDelegationSet. withNameServers(String... nameServers)A complex type that contains the authoritative name servers for the hosted zone.DelegationSetDelegationSet. 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 voidCreateHostedZoneResult. setDelegationSet(DelegationSet delegationSet)A complex type that contains name server information.voidCreateReusableDelegationSetResult. setDelegationSet(DelegationSet delegationSet)A complex type that contains name server information.voidGetHostedZoneResult. setDelegationSet(DelegationSet delegationSet)A complex type that contains information about the name servers for the specified hosted zone.voidGetReusableDelegationSetResult. setDelegationSet(DelegationSet delegationSet)A complex type that contains the information about the nameservers for the specified delegation set ID.CreateHostedZoneResultCreateHostedZoneResult. withDelegationSet(DelegationSet delegationSet)A complex type that contains name server information.CreateReusableDelegationSetResultCreateReusableDelegationSetResult. withDelegationSet(DelegationSet delegationSet)A complex type that contains name server information.GetHostedZoneResultGetHostedZoneResult. withDelegationSet(DelegationSet delegationSet)A complex type that contains information about the name servers for the specified hosted zone.GetReusableDelegationSetResultGetReusableDelegationSetResult. withDelegationSet(DelegationSet delegationSet)A complex type that contains the information about the nameservers for the specified delegation set ID.ListReusableDelegationSetsResultListReusableDelegationSetsResult. 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 voidListReusableDelegationSetsResult. setDelegationSets(Collection<DelegationSet> delegationSets)A complex type that contains information about the reusable delegation sets associated with the current AWS account.ListReusableDelegationSetsResultListReusableDelegationSetsResult. withDelegationSets(Collection<DelegationSet> delegationSets)A complex type that contains information about the reusable delegation sets associated with the current AWS account.
-