| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableProvisionedThroughput |
AwsDynamoDbTableProvisionedThroughput.clone() |
AwsDynamoDbTableProvisionedThroughput |
AwsDynamoDbTableDetails.getProvisionedThroughput()
Information about the provisioned throughput for the table.
|
AwsDynamoDbTableProvisionedThroughput |
AwsDynamoDbTableGlobalSecondaryIndex.getProvisionedThroughput()
Information about the provisioned throughput settings for the indexes.
|
AwsDynamoDbTableProvisionedThroughput |
AwsDynamoDbTableProvisionedThroughput.withLastDecreaseDateTime(String lastDecreaseDateTime)
Indicates when the provisioned throughput was last decreased.
|
AwsDynamoDbTableProvisionedThroughput |
AwsDynamoDbTableProvisionedThroughput.withLastIncreaseDateTime(String lastIncreaseDateTime)
Indicates when the provisioned throughput was last increased.
|
AwsDynamoDbTableProvisionedThroughput |
AwsDynamoDbTableProvisionedThroughput.withNumberOfDecreasesToday(Integer numberOfDecreasesToday)
The number of times during the current UTC calendar day that the provisioned throughput was decreased.
|
AwsDynamoDbTableProvisionedThroughput |
AwsDynamoDbTableProvisionedThroughput.withReadCapacityUnits(Integer readCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. |
AwsDynamoDbTableProvisionedThroughput |
AwsDynamoDbTableProvisionedThroughput.withWriteCapacityUnits(Integer writeCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. |
| Modifier and Type | Method and Description |
|---|---|
void |
AwsDynamoDbTableDetails.setProvisionedThroughput(AwsDynamoDbTableProvisionedThroughput provisionedThroughput)
Information about the provisioned throughput for the table.
|
void |
AwsDynamoDbTableGlobalSecondaryIndex.setProvisionedThroughput(AwsDynamoDbTableProvisionedThroughput provisionedThroughput)
Information about the provisioned throughput settings for the indexes.
|
AwsDynamoDbTableDetails |
AwsDynamoDbTableDetails.withProvisionedThroughput(AwsDynamoDbTableProvisionedThroughput provisionedThroughput)
Information about the provisioned throughput for the table.
|
AwsDynamoDbTableGlobalSecondaryIndex |
AwsDynamoDbTableGlobalSecondaryIndex.withProvisionedThroughput(AwsDynamoDbTableProvisionedThroughput provisionedThroughput)
Information about the provisioned throughput settings for the indexes.
|
Copyright © 2020. All rights reserved.