| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsKmsKeyDetails |
AwsKmsKeyDetails.clone() |
AwsKmsKeyDetails |
ResourceDetails.getAwsKmsKey()
Details about a KMS key.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withAWSAccountId(String aWSAccountId)
The twelve-digit account ID of the AWS account that owns the CMK.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withCreationDate(Double creationDate)
The date and time when the CMK was created.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withKeyId(String keyId)
The globally unique identifier for the CMK.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withKeyManager(String keyManager)
The manager of the CMK.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withKeyState(String keyState)
The state of the CMK.
|
AwsKmsKeyDetails |
AwsKmsKeyDetails.withOrigin(String origin)
The source of the CMK's key material.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsKmsKey(AwsKmsKeyDetails awsKmsKey)
Details about a KMS key.
|
ResourceDetails |
ResourceDetails.withAwsKmsKey(AwsKmsKeyDetails awsKmsKey)
Details about a KMS key.
|
Copyright © 2020. All rights reserved.