| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
DelegationSet |
CreateHostedZoneResponse.delegationSet()
A complex type that describes the name servers for this hosted zone.
|
DelegationSet |
GetHostedZoneResponse.delegationSet()
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
DelegationSet |
CreateReusableDelegationSetResponse.delegationSet()
A complex type that contains name server information.
|
DelegationSet |
GetReusableDelegationSetResponse.delegationSet()
A complex type that contains information about the reusable delegation set.
|
| Modifier and Type | Method and Description |
|---|---|
List<DelegationSet> |
ListReusableDelegationSetsResponse.delegationSets()
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
CreateHostedZoneResponse.Builder |
CreateHostedZoneResponse.Builder.delegationSet(DelegationSet delegationSet)
A complex type that describes the name servers for this hosted zone.
|
GetHostedZoneResponse.Builder |
GetHostedZoneResponse.Builder.delegationSet(DelegationSet delegationSet)
A complex type that lists the Amazon Route 53 name servers for the specified hosted zone.
|
CreateReusableDelegationSetResponse.Builder |
CreateReusableDelegationSetResponse.Builder.delegationSet(DelegationSet delegationSet)
A complex type that contains name server information.
|
GetReusableDelegationSetResponse.Builder |
GetReusableDelegationSetResponse.Builder.delegationSet(DelegationSet delegationSet)
A complex type that contains information about the reusable delegation set.
|
ListReusableDelegationSetsResponse.Builder |
ListReusableDelegationSetsResponse.Builder.delegationSets(DelegationSet... delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current Amazon Web Services account. |
| Modifier and Type | Method and Description |
|---|---|
ListReusableDelegationSetsResponse.Builder |
ListReusableDelegationSetsResponse.Builder.delegationSets(Collection<DelegationSet> delegationSets)
A complex type that contains one
DelegationSet element for each reusable delegation set that was
created by the current Amazon Web Services account. |
Copyright © 2022. All rights reserved.