| Package | Description |
|---|---|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
DnssecSigningAttributes |
DnssecSigningAttributes.clone() |
DnssecSigningAttributes |
AssociateDelegationSignerToDomainRequest.getSigningAttributes()
The information about a key, including the algorithm, public key-value, and flags.
|
DnssecSigningAttributes |
DnssecSigningAttributes.withAlgorithm(Integer algorithm)
Algorithm which was used to generate the digest from the public key.
|
DnssecSigningAttributes |
DnssecSigningAttributes.withFlags(Integer flags)
Defines the type of key.
|
DnssecSigningAttributes |
DnssecSigningAttributes.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 |
|---|---|
void |
AssociateDelegationSignerToDomainRequest.setSigningAttributes(DnssecSigningAttributes signingAttributes)
The information about a key, including the algorithm, public key-value, and flags.
|
AssociateDelegationSignerToDomainRequest |
AssociateDelegationSignerToDomainRequest.withSigningAttributes(DnssecSigningAttributes signingAttributes)
The information about a key, including the algorithm, public key-value, and flags.
|
Copyright © 2024. All rights reserved.