Uses of Class
software.amazon.awssdk.services.dynamodb.model.OnDemandThroughput
Packages that use OnDemandThroughput
-
Uses of OnDemandThroughput in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return OnDemandThroughputModifier and TypeMethodDescriptionfinal OnDemandThroughputCreateGlobalSecondaryIndexAction.onDemandThroughput()The maximum number of read and write units for the global secondary index being created.final OnDemandThroughputCreateTableRequest.onDemandThroughput()Sets the maximum number of read and write units for the specified table in on-demand capacity mode.final OnDemandThroughputGlobalSecondaryIndex.onDemandThroughput()The maximum number of read and write units for the specified global secondary index.final OnDemandThroughputGlobalSecondaryIndexDescription.onDemandThroughput()The maximum number of read and write units for the specified global secondary index.final OnDemandThroughputGlobalSecondaryIndexInfo.onDemandThroughput()Returns the value of the OnDemandThroughput property for this object.final OnDemandThroughputSourceTableDetails.onDemandThroughput()Returns the value of the OnDemandThroughput property for this object.final OnDemandThroughputTableCreationParameters.onDemandThroughput()Returns the value of the OnDemandThroughput property for this object.final OnDemandThroughputTableDescription.onDemandThroughput()The maximum number of read and write units for the specified on-demand table.final OnDemandThroughputUpdateGlobalSecondaryIndexAction.onDemandThroughput()Updates the maximum number of read and write units for the specified global secondary index.final OnDemandThroughputUpdateTableRequest.onDemandThroughput()Updates the maximum number of read and write units for the specified table in on-demand capacity mode.final OnDemandThroughputRestoreTableFromBackupRequest.onDemandThroughputOverride()Returns the value of the OnDemandThroughputOverride property for this object.final OnDemandThroughputRestoreTableToPointInTimeRequest.onDemandThroughputOverride()Returns the value of the OnDemandThroughputOverride property for this object.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type OnDemandThroughputModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) The maximum number of read and write units for the global secondary index being created.CreateTableRequest.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Sets the maximum number of read and write units for the specified table in on-demand capacity mode.GlobalSecondaryIndex.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) The maximum number of read and write units for the specified global secondary index.GlobalSecondaryIndexDescription.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) The maximum number of read and write units for the specified global secondary index.GlobalSecondaryIndexInfo.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.SourceTableDetails.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.TableCreationParameters.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Sets the value of the OnDemandThroughput property for this object.TableDescription.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) The maximum number of read and write units for the specified on-demand table.UpdateGlobalSecondaryIndexAction.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Updates the maximum number of read and write units for the specified global secondary index.UpdateTableRequest.Builder.onDemandThroughput(OnDemandThroughput onDemandThroughput) Updates the maximum number of read and write units for the specified table in on-demand capacity mode.RestoreTableFromBackupRequest.Builder.onDemandThroughputOverride(OnDemandThroughput onDemandThroughputOverride) Sets the value of the OnDemandThroughputOverride property for this object.RestoreTableToPointInTimeRequest.Builder.onDemandThroughputOverride(OnDemandThroughput onDemandThroughputOverride) Sets the value of the OnDemandThroughputOverride property for this object.