Uses of Class
software.amazon.awssdk.services.route53.model.DelegationSet
Packages that use DelegationSet
-
Uses of DelegationSet in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return DelegationSetModifier and TypeMethodDescriptionfinal DelegationSetCreateHostedZoneResponse.delegationSet()A complex type that describes the name servers for this hosted zone.final DelegationSetCreateReusableDelegationSetResponse.delegationSet()A complex type that contains name server information.final DelegationSetGetHostedZoneResponse.delegationSet()A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.final DelegationSetGetReusableDelegationSetResponse.delegationSet()A complex type that contains information about the reusable delegation set.Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type DelegationSetModifier and TypeMethodDescriptionfinal List<DelegationSet>ListReusableDelegationSetsResponse.delegationSets()A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.Methods in software.amazon.awssdk.services.route53.model with parameters of type DelegationSetModifier and TypeMethodDescriptionCreateHostedZoneResponse.Builder.delegationSet(DelegationSet delegationSet) A complex type that describes the name servers for this hosted zone.CreateReusableDelegationSetResponse.Builder.delegationSet(DelegationSet delegationSet) A complex type that contains name server information.GetHostedZoneResponse.Builder.delegationSet(DelegationSet delegationSet) A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.GetReusableDelegationSetResponse.Builder.delegationSet(DelegationSet delegationSet) A complex type that contains information about the reusable delegation set.ListReusableDelegationSetsResponse.Builder.delegationSets(DelegationSet... delegationSets) A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type DelegationSetModifier and TypeMethodDescriptionListReusableDelegationSetsResponse.Builder.delegationSets(Collection<DelegationSet> delegationSets) A complex type that contains oneDelegationSetelement for each reusable delegation set that was created by the current Amazon Web Services account.