Uses of Class
software.amazon.awssdk.services.route53.model.DelegationSet
-
Packages that use DelegationSet Package Description software.amazon.awssdk.services.route53.model -
-
Uses of DelegationSet in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return DelegationSet Modifier and Type Method Description DelegationSetCreateHostedZoneResponse. delegationSet()A complex type that describes the name servers for this hosted zone.DelegationSetCreateReusableDelegationSetResponse. delegationSet()A complex type that contains name server information.DelegationSetGetHostedZoneResponse. delegationSet()A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.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 DelegationSet Modifier and Type Method Description 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 DelegationSet Modifier and Type Method Description CreateHostedZoneResponse.BuilderCreateHostedZoneResponse.Builder. delegationSet(DelegationSet delegationSet)A complex type that describes the name servers for this hosted zone.CreateReusableDelegationSetResponse.BuilderCreateReusableDelegationSetResponse.Builder. delegationSet(DelegationSet delegationSet)A complex type that contains name server information.GetHostedZoneResponse.BuilderGetHostedZoneResponse.Builder. delegationSet(DelegationSet delegationSet)A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.GetReusableDelegationSetResponse.BuilderGetReusableDelegationSetResponse.Builder. delegationSet(DelegationSet delegationSet)A complex type that contains information about the reusable delegation set.ListReusableDelegationSetsResponse.BuilderListReusableDelegationSetsResponse.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 DelegationSet Modifier and Type Method Description ListReusableDelegationSetsResponse.BuilderListReusableDelegationSetsResponse.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.
-