Class ProvisionedThroughput

java.lang.Object
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<ProvisionedThroughput.Builder,ProvisionedThroughput>

@Generated("software.amazon.awssdk:codegen") public final class ProvisionedThroughput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProvisionedThroughput.Builder,ProvisionedThroughput>

Represents the provisioned throughput settings for the specified global secondary index. You must use ProvisionedThroughput or OnDemandThroughput based on your table’s capacity mode.

For current minimum and maximum provisioned throughput values, see Service, Account, and Table Quotas in the Amazon DynamoDB Developer Guide.

See Also:
  • Method Details