| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsKmsKeyDetails |
AwsKmsKeyDetails.clone() |
AwsKmsKeyDetails |
ResourceDetails.getAwsKmsKey()
Details about an KMS key.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the Amazon Web Services account that owns the KMS key.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withCreationDate(Double creationDate)
Indicates when the KMS key was created.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withDescription(String description)
A description of the KMS key.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withKeyId(String keyId)
The globally unique identifier for the KMS key.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withKeyManager(String keyManager)
The manager of the KMS key.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withKeyRotationStatus(Boolean keyRotationStatus)
Whether the key has key rotation enabled.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withKeyState(String keyState)
The state of the KMS key.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withOrigin(String origin)
The source of the KMS key material.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsKmsKey(AwsKmsKeyDetails awsKmsKey)
Details about an KMS key.
|
ResourceDetails |
ResourceDetails.withAwsKmsKey(AwsKmsKeyDetails awsKmsKey)
Details about an KMS key.
|
Copyright © 2024. All rights reserved.