| Package | Description |
|---|---|
| com.amazonaws.services.route53.model |
| Modifier and Type | Method and Description |
|---|---|
KeySigningKey |
KeySigningKey.clone() |
KeySigningKey |
CreateKeySigningKeyResult.getKeySigningKey()
The key-signing key (KSK) that the request creates.
|
KeySigningKey |
KeySigningKey.withCreatedDate(Date createdDate)
The date when the key-signing key (KSK) was created.
|
KeySigningKey |
KeySigningKey.withDigestAlgorithmMnemonic(String digestAlgorithmMnemonic)
A string used to represent the delegation signer digest algorithm.
|
KeySigningKey |
KeySigningKey.withDigestAlgorithmType(Integer digestAlgorithmType)
An integer used to represent the delegation signer digest algorithm.
|
KeySigningKey |
KeySigningKey.withDigestValue(String digestValue)
A cryptographic digest of a DNSKEY resource record (RR).
|
KeySigningKey |
KeySigningKey.withDNSKEYRecord(String dNSKEYRecord)
A string that represents a DNSKEY record.
|
KeySigningKey |
KeySigningKey.withDSRecord(String dSRecord)
A string that represents a delegation signer (DS) record.
|
KeySigningKey |
KeySigningKey.withFlag(Integer flag)
An integer that specifies how the key is used.
|
KeySigningKey |
KeySigningKey.withKeyTag(Integer keyTag)
An integer used to identify the DNSSEC record for the domain name.
|
KeySigningKey |
KeySigningKey.withKmsArn(String kmsArn)
The Amazon resource name (ARN) used to identify the customer managed key in Key Management Service (KMS).
|
KeySigningKey |
KeySigningKey.withLastModifiedDate(Date lastModifiedDate)
The last time that the key-signing key (KSK) was changed.
|
KeySigningKey |
KeySigningKey.withName(String name)
A string used to identify a key-signing key (KSK).
|
KeySigningKey |
KeySigningKey.withPublicKey(String publicKey)
The public key, represented as a Base64 encoding, as required by RFC-4034 Page 5.
|
KeySigningKey |
KeySigningKey.withSigningAlgorithmMnemonic(String signingAlgorithmMnemonic)
A string used to represent the signing algorithm.
|
KeySigningKey |
KeySigningKey.withSigningAlgorithmType(Integer signingAlgorithmType)
An integer used to represent the signing algorithm.
|
KeySigningKey |
KeySigningKey.withStatus(String status)
A string that represents the current key-signing key (KSK) status.
|
KeySigningKey |
KeySigningKey.withStatusMessage(String statusMessage)
The status message provided for the following key-signing key (KSK) statuses:
ACTION_NEEDED or
INTERNAL_FAILURE. |
| Modifier and Type | Method and Description |
|---|---|
List<KeySigningKey> |
GetDNSSECResult.getKeySigningKeys()
The key-signing keys (KSKs) in your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateKeySigningKeyResult.setKeySigningKey(KeySigningKey keySigningKey)
The key-signing key (KSK) that the request creates.
|
CreateKeySigningKeyResult |
CreateKeySigningKeyResult.withKeySigningKey(KeySigningKey keySigningKey)
The key-signing key (KSK) that the request creates.
|
GetDNSSECResult |
GetDNSSECResult.withKeySigningKeys(KeySigningKey... keySigningKeys)
The key-signing keys (KSKs) in your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDNSSECResult.setKeySigningKeys(Collection<KeySigningKey> keySigningKeys)
The key-signing keys (KSKs) in your account.
|
GetDNSSECResult |
GetDNSSECResult.withKeySigningKeys(Collection<KeySigningKey> keySigningKeys)
The key-signing keys (KSKs) in your account.
|
Copyright © 2023. All rights reserved.