Uses of Class
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughputDescription
Packages that use ProvisionedThroughputDescription
-
Uses of ProvisionedThroughputDescription in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ProvisionedThroughputDescriptionModifier and TypeMethodDescriptionGlobalSecondaryIndexDescription.provisionedThroughput()Represents the provisioned throughput settings for the specified global secondary index.TableDescription.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 ProvisionedThroughputDescriptionModifier and TypeMethodDescriptionGlobalSecondaryIndexDescription.Builder.provisionedThroughput(ProvisionedThroughputDescription provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.TableDescription.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.