| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.clone() |
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withBackfilling(Boolean backfilling)
Whether the index is currently backfilling.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withIndexArn(String indexArn)
The ARN of the index.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withIndexName(String indexName)
The name of the index.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withIndexSizeBytes(Long indexSizeBytes)
The total size in bytes of the index.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withIndexStatus(String indexStatus)
The current status of the index.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withItemCount(Integer itemCount)
The number of items in the index.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withKeySchema(AwsDynamoDbTableKeySchema... keySchema)
The key schema for the index.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withKeySchema(Collection<AwsDynamoDbTableKeySchema> keySchema)
The key schema for the index.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withProjection(AwsDynamoDbTableProjection projection)
Attributes that are copied from the table into an index.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withProvisionedThroughput(AwsDynamoDbTableProvisionedThroughput provisionedThroughput)
Information about the provisioned throughput settings for the indexes.
|
| Modifier and Type | Method and Description |
|---|---|
List<AwsDynamoDbTableGlobalSecondaryIndex> |
AwsDynamoDbTableDetails.getGlobalSecondaryIndexes()
List of global secondary indexes for the table.
|
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withGlobalSecondaryIndexes(AwsDynamoDbTableGlobalSecondaryIndex... globalSecondaryIndexes)
List of global secondary indexes for the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AwsDynamoDbTableDetails.setGlobalSecondaryIndexes(Collection<AwsDynamoDbTableGlobalSecondaryIndex> globalSecondaryIndexes)
List of global secondary indexes for the table.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withGlobalSecondaryIndexes(Collection<AwsDynamoDbTableGlobalSecondaryIndex> globalSecondaryIndexes)
List of global secondary indexes for the table.
|
Copyright © 2020. All rights reserved.