Uses of Class
com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput
Packages that use ProvisionedThroughput
Package
Description
-
Uses of ProvisionedThroughput in com.amazonaws.services.dynamodbv2
Methods in com.amazonaws.services.dynamodbv2 with parameters of type ProvisionedThroughputModifier and TypeMethodDescriptionAbstractAmazonDynamoDB.createTable
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) AmazonDynamoDB.createTable
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the CreateTable operation.AmazonDynamoDBClient.createTable
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) AbstractAmazonDynamoDBAsync.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the CreateTable operation.AbstractAmazonDynamoDBAsync.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput, AsyncHandler<CreateTableRequest, CreateTableResult> asyncHandler) Simplified method form for invoking the CreateTable operation with an AsyncHandler.AmazonDynamoDBAsync.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the CreateTable operation.AmazonDynamoDBAsync.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput, AsyncHandler<CreateTableRequest, CreateTableResult> asyncHandler) Simplified method form for invoking the CreateTable operation with an AsyncHandler.AmazonDynamoDBAsyncClient.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the CreateTable operation.AmazonDynamoDBAsyncClient.createTableAsync
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput, AsyncHandler<CreateTableRequest, CreateTableResult> asyncHandler) Simplified method form for invoking the CreateTable operation with an AsyncHandler.AbstractAmazonDynamoDB.updateTable
(String tableName, ProvisionedThroughput provisionedThroughput) AmazonDynamoDB.updateTable
(String tableName, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the UpdateTable operation.AmazonDynamoDBClient.updateTable
(String tableName, ProvisionedThroughput provisionedThroughput) AbstractAmazonDynamoDBAsync.updateTableAsync
(String tableName, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the UpdateTable operation.AbstractAmazonDynamoDBAsync.updateTableAsync
(String tableName, ProvisionedThroughput provisionedThroughput, AsyncHandler<UpdateTableRequest, UpdateTableResult> asyncHandler) Simplified method form for invoking the UpdateTable operation with an AsyncHandler.AmazonDynamoDBAsync.updateTableAsync
(String tableName, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the UpdateTable operation.AmazonDynamoDBAsync.updateTableAsync
(String tableName, ProvisionedThroughput provisionedThroughput, AsyncHandler<UpdateTableRequest, UpdateTableResult> asyncHandler) Simplified method form for invoking the UpdateTable operation with an AsyncHandler.AmazonDynamoDBAsyncClient.updateTableAsync
(String tableName, ProvisionedThroughput provisionedThroughput) Simplified method form for invoking the UpdateTable operation.AmazonDynamoDBAsyncClient.updateTableAsync
(String tableName, ProvisionedThroughput provisionedThroughput, AsyncHandler<UpdateTableRequest, UpdateTableResult> asyncHandler) Simplified method form for invoking the UpdateTable operation with an AsyncHandler. -
Uses of ProvisionedThroughput in com.amazonaws.services.dynamodbv2.document
Methods in com.amazonaws.services.dynamodbv2.document with parameters of type ProvisionedThroughputModifier and TypeMethodDescriptionDynamoDB.createTable
(String tableName, List<KeySchemaElement> keySchema, List<AttributeDefinition> attributeDefinitions, ProvisionedThroughput provisionedThroughput) Creates the specified table in DynamoDB.Index.updateGSI
(ProvisionedThroughput provisionedThroughput) Updates the provisioned throughput for this global secondary index (GSI).Table.updateTable
(ProvisionedThroughput provisionedThroughput) Updates the provisioned throughput for this table. -
Uses of ProvisionedThroughput in com.amazonaws.services.dynamodbv2.document.spec
Methods in com.amazonaws.services.dynamodbv2.document.spec that return ProvisionedThroughputMethods in com.amazonaws.services.dynamodbv2.document.spec with parameters of type ProvisionedThroughputModifier and TypeMethodDescriptionUpdateTableSpec.withProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) -
Uses of ProvisionedThroughput in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return ProvisionedThroughputModifier and TypeMethodDescriptionProvisionedThroughput.clone()
CreateGlobalSecondaryIndexAction.getProvisionedThroughput()
CreateTableRequest.getProvisionedThroughput()
GlobalSecondaryIndex.getProvisionedThroughput()
UpdateGlobalSecondaryIndexAction.getProvisionedThroughput()
UpdateTableRequest.getProvisionedThroughput()
ProvisionedThroughput.withReadCapacityUnits
(Long readCapacityUnits) The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.ProvisionedThroughput.withWriteCapacityUnits
(Long writeCapacityUnits) The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type ProvisionedThroughputModifier and TypeMethodDescriptionvoid
CreateGlobalSecondaryIndexAction.setProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) void
CreateTableRequest.setProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) void
GlobalSecondaryIndex.setProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) void
UpdateGlobalSecondaryIndexAction.setProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) void
UpdateTableRequest.setProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) CreateGlobalSecondaryIndexAction.withProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) CreateTableRequest.withProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) GlobalSecondaryIndex.withProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) UpdateGlobalSecondaryIndexAction.withProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) UpdateTableRequest.withProvisionedThroughput
(ProvisionedThroughput provisionedThroughput) Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type ProvisionedThroughputModifierConstructorDescriptionCreateTableRequest
(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput) Constructs a new CreateTableRequest object.UpdateTableRequest
(String tableName, ProvisionedThroughput provisionedThroughput) Constructs a new UpdateTableRequest object.