Uses of Class
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput
Packages that use ProvisionedThroughput
-
Uses of ProvisionedThroughput in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ProvisionedThroughputModifier and TypeMethodDescriptionfinal ProvisionedThroughputCreateGlobalSecondaryIndexAction.provisionedThroughput()Represents the provisioned throughput settings for the specified global secondary index.final ProvisionedThroughputCreateTableRequest.provisionedThroughput()Represents the provisioned throughput settings for a specified table or index.final ProvisionedThroughputGlobalSecondaryIndex.provisionedThroughput()Represents the provisioned throughput settings for the specified global secondary index.final ProvisionedThroughputGlobalSecondaryIndexInfo.provisionedThroughput()Represents the provisioned throughput settings for the specified global secondary index.final ProvisionedThroughputSourceTableDetails.provisionedThroughput()Read IOPs and Write IOPS on the table when the backup was created.final ProvisionedThroughputTableCreationParameters.provisionedThroughput()Returns the value of the ProvisionedThroughput property for this object.final ProvisionedThroughputUpdateGlobalSecondaryIndexAction.provisionedThroughput()Represents the provisioned throughput settings for the specified global secondary index.final ProvisionedThroughputUpdateTableRequest.provisionedThroughput()The new provisioned throughput settings for the specified table or index.final ProvisionedThroughputRestoreTableFromBackupRequest.provisionedThroughputOverride()Provisioned throughput settings for the restored table.final ProvisionedThroughputRestoreTableToPointInTimeRequest.provisionedThroughputOverride()Provisioned throughput settings for the restored table.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type ProvisionedThroughputModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.CreateTableRequest.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Represents the provisioned throughput settings for a specified table or index.GlobalSecondaryIndex.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.GlobalSecondaryIndexInfo.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.SourceTableDetails.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Read IOPs and Write IOPS on the table when the backup was created.TableCreationParameters.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Sets the value of the ProvisionedThroughput property for this object.UpdateGlobalSecondaryIndexAction.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.UpdateTableRequest.Builder.provisionedThroughput(ProvisionedThroughput provisionedThroughput) The new provisioned throughput settings for the specified table or index.RestoreTableFromBackupRequest.Builder.provisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride) Provisioned throughput settings for the restored table.RestoreTableToPointInTimeRequest.Builder.provisionedThroughputOverride(ProvisionedThroughput provisionedThroughputOverride) Provisioned throughput settings for the restored table.