Uses of Class
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
-
Packages that use ProvisionedThroughputDescription Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of ProvisionedThroughputDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ProvisionedThroughputDescription Modifier and Type Method Description ProvisionedThroughputDescriptionGlobalSecondaryIndexDescription. provisionedThroughput()Represents the provisioned throughput settings for the specified global secondary index.ProvisionedThroughputDescriptionTableDescription. provisionedThroughput()The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ProvisionedThroughputDescription Modifier and Type Method Description GlobalSecondaryIndexDescription.BuilderGlobalSecondaryIndexDescription.Builder. provisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)Represents the provisioned throughput settings for the specified global secondary index.TableDescription.BuilderTableDescription.Builder. provisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
-