Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription.Builder
Packages that use ProvisionedThroughputDescription.Builder
-
Uses of ProvisionedThroughputDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ProvisionedThroughputDescription.BuilderModifier and TypeMethodDescriptionProvisionedThroughputDescription.builder()ProvisionedThroughputDescription.Builder.lastDecreaseDateTime(Instant lastDecreaseDateTime) The date and time of the last provisioned throughput decrease for this table.ProvisionedThroughputDescription.Builder.lastIncreaseDateTime(Instant lastIncreaseDateTime) The date and time of the last provisioned throughput increase for this table.ProvisionedThroughputDescription.Builder.numberOfDecreasesToday(Long numberOfDecreasesToday) The number of provisioned throughput decreases for this table during this UTC calendar day.ProvisionedThroughputDescription.Builder.readCapacityUnits(Long readCapacityUnits) The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException.ProvisionedThroughputDescription.toBuilder()ProvisionedThroughputDescription.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.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProvisionedThroughputDescription.Builder>ProvisionedThroughputDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ProvisionedThroughputDescription.BuilderModifier and TypeMethodDescriptionGlobalSecondaryIndexDescription.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.