| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableSseDescription |
AwsDynamoDbTableSseDescription.clone() |
AwsDynamoDbTableSseDescription |
AwsDynamoDbTableDetails.getSseDescription()
Information about the server-side encryption for the table.
|
AwsDynamoDbTableSseDescription |
AwsDynamoDbTableSseDescription.withInaccessibleEncryptionDateTime(String inaccessibleEncryptionDateTime)
If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.
|
AwsDynamoDbTableSseDescription |
AwsDynamoDbTableSseDescription.withKmsMasterKeyArn(String kmsMasterKeyArn)
The ARN of the KMS key that is used for the KMS encryption.
|
AwsDynamoDbTableSseDescription |
AwsDynamoDbTableSseDescription.withSseType(String sseType)
The type of server-side encryption.
|
AwsDynamoDbTableSseDescription |
AwsDynamoDbTableSseDescription.withStatus(String status)
The status of the server-side encryption.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsDynamoDbTableDetails.setSseDescription(AwsDynamoDbTableSseDescription sseDescription)
Information about the server-side encryption for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withSseDescription(AwsDynamoDbTableSseDescription sseDescription)
Information about the server-side encryption for the table.
|
Copyright © 2024. All rights reserved.