Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription.Builder
-
Packages that use ProvisionedThroughputDescription.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ProvisionedThroughputDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ProvisionedThroughputDescription.Builder Modifier and Type Method Description static ProvisionedThroughputDescription.BuilderProvisionedThroughputDescription. builder()ProvisionedThroughputDescription.BuilderProvisionedThroughputDescription.Builder. lastDecreaseDateTime(Instant lastDecreaseDateTime)The date and time of the last provisioned throughput decrease for this table.ProvisionedThroughputDescription.BuilderProvisionedThroughputDescription.Builder. lastIncreaseDateTime(Instant lastIncreaseDateTime)The date and time of the last provisioned throughput increase for this table.ProvisionedThroughputDescription.BuilderProvisionedThroughputDescription.Builder. numberOfDecreasesToday(Long numberOfDecreasesToday)The number of provisioned throughput decreases for this table during this UTC calendar day.ProvisionedThroughputDescription.BuilderProvisionedThroughputDescription.Builder. readCapacityUnits(Long readCapacityUnits)The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException.ProvisionedThroughputDescription.BuilderProvisionedThroughputDescription. toBuilder()ProvisionedThroughputDescription.BuilderProvisionedThroughputDescription.Builder. writeCapacityUnits(Long writeCapacityUnits)The maximum number of writes consumed per second before DynamoDB returns aThrottlingException.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ProvisionedThroughputDescription.Builder Modifier and Type Method Description static Class<? extends ProvisionedThroughputDescription.Builder>ProvisionedThroughputDescription. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ProvisionedThroughputDescription.Builder Modifier and Type Method Description default GlobalSecondaryIndexDescription.BuilderGlobalSecondaryIndexDescription.Builder. provisionedThroughput(Consumer<ProvisionedThroughputDescription.Builder> provisionedThroughput)Represents the provisioned throughput settings for the specified global secondary index.default TableDescription.BuilderTableDescription.Builder. provisionedThroughput(Consumer<ProvisionedThroughputDescription.Builder> provisionedThroughput)The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
-