Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ProvisionedThroughput.Builder
Packages that use ProvisionedThroughput.Builder
-
Uses of ProvisionedThroughput.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ProvisionedThroughput.BuilderModifier and TypeMethodDescriptionProvisionedThroughput.builder()ProvisionedThroughput.Builder.readCapacityUnits(Long readCapacityUnits) The maximum number of strongly consistent reads consumed per second before DynamoDB returns aThrottlingException.ProvisionedThroughput.toBuilder()ProvisionedThroughput.Builder.writeCapacityUnits(Long writeCapacityUnits) The maximum number of writes consumed per second before DynamoDB returns aThrottlingException.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ProvisionedThroughput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ProvisionedThroughput.Builder>ProvisionedThroughput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type ProvisionedThroughput.BuilderModifier and TypeMethodDescriptionCreateGlobalSecondaryIndexAction.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.default CreateTableRequest.BuilderCreateTableRequest.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Represents the provisioned throughput settings for a specified table or index.default GlobalSecondaryIndex.BuilderGlobalSecondaryIndex.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.default GlobalSecondaryIndexInfo.BuilderGlobalSecondaryIndexInfo.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.default SourceTableDetails.BuilderSourceTableDetails.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Read IOPs and Write IOPS on the table when the backup was created.default TableCreationParameters.BuilderTableCreationParameters.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Sets the value of the ProvisionedThroughput property for this object.UpdateGlobalSecondaryIndexAction.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) Represents the provisioned throughput settings for the specified global secondary index.default UpdateTableRequest.BuilderUpdateTableRequest.Builder.provisionedThroughput(Consumer<ProvisionedThroughput.Builder> provisionedThroughput) The new provisioned throughput settings for the specified table or index.RestoreTableFromBackupRequest.Builder.provisionedThroughputOverride(Consumer<ProvisionedThroughput.Builder> provisionedThroughputOverride) Provisioned throughput settings for the restored table.RestoreTableToPointInTimeRequest.Builder.provisionedThroughputOverride(Consumer<ProvisionedThroughput.Builder> provisionedThroughputOverride) Provisioned throughput settings for the restored table.