| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.clone() |
AwsDynamoDbTableDetails |
ResourceDetails.getAwsDynamoDbTable()
Details about a DynamoDB table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withAttributeDefinitions(AwsDynamoDbTableAttributeDefinition... attributeDefinitions)
A list of attribute definitions for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withAttributeDefinitions(Collection<AwsDynamoDbTableAttributeDefinition> attributeDefinitions)
A list of attribute definitions for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withBillingModeSummary(AwsDynamoDbTableBillingModeSummary billingModeSummary)
Information about the billing for read/write capacity on the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withCreationDateTime(String creationDateTime)
Indicates when the table was created.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withGlobalSecondaryIndexes(AwsDynamoDbTableGlobalSecondaryIndex... globalSecondaryIndexes)
List of global secondary indexes for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withGlobalSecondaryIndexes(Collection<AwsDynamoDbTableGlobalSecondaryIndex> globalSecondaryIndexes)
List of global secondary indexes for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withGlobalTableVersion(String globalTableVersion)
The version of global tables being used.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withItemCount(Integer itemCount)
The number of items in the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withKeySchema(AwsDynamoDbTableKeySchema... keySchema)
The primary key structure for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withKeySchema(Collection<AwsDynamoDbTableKeySchema> keySchema)
The primary key structure for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withLatestStreamArn(String latestStreamArn)
The ARN of the latest stream for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withLatestStreamLabel(String latestStreamLabel)
The label of the latest stream.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withLocalSecondaryIndexes(AwsDynamoDbTableLocalSecondaryIndex... localSecondaryIndexes)
The list of local secondary indexes for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withLocalSecondaryIndexes(Collection<AwsDynamoDbTableLocalSecondaryIndex> localSecondaryIndexes)
The list of local secondary indexes for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withProvisionedThroughput(AwsDynamoDbTableProvisionedThroughput provisionedThroughput)
Information about the provisioned throughput for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withReplicas(AwsDynamoDbTableReplica... replicas)
The list of replicas of this table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withReplicas(Collection<AwsDynamoDbTableReplica> replicas)
The list of replicas of this table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withRestoreSummary(AwsDynamoDbTableRestoreSummary restoreSummary)
Information about the restore for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withSseDescription(AwsDynamoDbTableSseDescription sseDescription)
Information about the server-side encryption for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withStreamSpecification(AwsDynamoDbTableStreamSpecification streamSpecification)
The current DynamoDB Streams configuration for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withTableId(String tableId)
The identifier of the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withTableName(String tableName)
The name of the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withTableSizeBytes(Long tableSizeBytes)
The total size of the table in bytes.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withTableStatus(String tableStatus)
The current status of the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsDynamoDbTable(AwsDynamoDbTableDetails awsDynamoDbTable)
Details about a DynamoDB table.
|
ResourceDetails |
ResourceDetails.withAwsDynamoDbTable(AwsDynamoDbTableDetails awsDynamoDbTable)
Details about a DynamoDB table.
|
Copyright © 2023. All rights reserved.