| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static AwsDynamoDbTableProvisionedThroughput.Builder |
AwsDynamoDbTableProvisionedThroughput.builder() |
AwsDynamoDbTableProvisionedThroughput.Builder |
AwsDynamoDbTableProvisionedThroughput.Builder.lastDecreaseDateTime(String lastDecreaseDateTime)
Indicates when the provisioned throughput was last decreased.
|
AwsDynamoDbTableProvisionedThroughput.Builder |
AwsDynamoDbTableProvisionedThroughput.Builder.lastIncreaseDateTime(String lastIncreaseDateTime)
Indicates when the provisioned throughput was last increased.
|
AwsDynamoDbTableProvisionedThroughput.Builder |
AwsDynamoDbTableProvisionedThroughput.Builder.numberOfDecreasesToday(Integer numberOfDecreasesToday)
The number of times during the current UTC calendar day that the provisioned throughput was decreased.
|
AwsDynamoDbTableProvisionedThroughput.Builder |
AwsDynamoDbTableProvisionedThroughput.Builder.readCapacityUnits(Integer readCapacityUnits)
The maximum number of strongly consistent reads consumed per second before DynamoDB returns a
ThrottlingException. |
AwsDynamoDbTableProvisionedThroughput.Builder |
AwsDynamoDbTableProvisionedThroughput.toBuilder() |
AwsDynamoDbTableProvisionedThroughput.Builder |
AwsDynamoDbTableProvisionedThroughput.Builder.writeCapacityUnits(Integer writeCapacityUnits)
The maximum number of writes consumed per second before DynamoDB returns a
ThrottlingException. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AwsDynamoDbTableProvisionedThroughput.Builder> |
AwsDynamoDbTableProvisionedThroughput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AwsDynamoDbTableDetails.Builder |
AwsDynamoDbTableDetails.Builder.provisionedThroughput(Consumer<AwsDynamoDbTableProvisionedThroughput.Builder> provisionedThroughput)
Information about the provisioned throughput for the table.
|
default AwsDynamoDbTableGlobalSecondaryIndex.Builder |
AwsDynamoDbTableGlobalSecondaryIndex.Builder.provisionedThroughput(Consumer<AwsDynamoDbTableProvisionedThroughput.Builder> provisionedThroughput)
Information about the provisioned throughput settings for the indexes.
|
Copyright © 2023. All rights reserved.