| Package | Description |
|---|---|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
DnssecKey |
DnssecKey.clone() |
DnssecKey |
DnssecKey.withAlgorithm(Integer algorithm)
The number of the public key’s cryptographic algorithm according to an IANA assignment.
|
DnssecKey |
DnssecKey.withDigest(String digest)
The delegation signer digest.
|
DnssecKey |
DnssecKey.withDigestType(Integer digestType)
The number of the DS digest algorithm according to an IANA assignment.
|
DnssecKey |
DnssecKey.withFlags(Integer flags)
Defines the type of key.
|
DnssecKey |
DnssecKey.withId(String id)
An ID assigned to each DS record created by AssociateDelegationSignerToDomain.
|
DnssecKey |
DnssecKey.withKeyTag(Integer keyTag)
A numeric identification of the DNSKEY record referred to by this DS record.
|
DnssecKey |
DnssecKey.withPublicKey(String publicKey)
The base64-encoded public key part of the key pair that is passed to the registry .
|
| Modifier and Type | Method and Description |
|---|---|
List<DnssecKey> |
GetDomainDetailResult.getDnssecKeys()
A complex type that contains information about the DNSSEC configuration.
|
| Modifier and Type | Method and Description |
|---|---|
GetDomainDetailResult |
GetDomainDetailResult.withDnssecKeys(DnssecKey... dnssecKeys)
A complex type that contains information about the DNSSEC configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDomainDetailResult.setDnssecKeys(Collection<DnssecKey> dnssecKeys)
A complex type that contains information about the DNSSEC configuration.
|
GetDomainDetailResult |
GetDomainDetailResult.withDnssecKeys(Collection<DnssecKey> dnssecKeys)
A complex type that contains information about the DNSSEC configuration.
|
Copyright © 2023. All rights reserved.