| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableStreamSpecification |
AwsDynamoDbTableStreamSpecification.clone() |
AwsDynamoDbTableStreamSpecification |
AwsDynamoDbTableDetails.getStreamSpecification()
The current DynamoDB Streams configuration for the table.
|
AwsDynamoDbTableStreamSpecification |
AwsDynamoDbTableStreamSpecification.withStreamEnabled(Boolean streamEnabled)
Indicates whether DynamoDB Streams is enabled on the table.
|
AwsDynamoDbTableStreamSpecification |
AwsDynamoDbTableStreamSpecification.withStreamViewType(String streamViewType)
Determines the information that is written to the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsDynamoDbTableDetails.setStreamSpecification(AwsDynamoDbTableStreamSpecification streamSpecification)
The current DynamoDB Streams configuration for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withStreamSpecification(AwsDynamoDbTableStreamSpecification streamSpecification)
The current DynamoDB Streams configuration for the table.
|
Copyright © 2021. All rights reserved.