Uses of Class
com.amazonaws.services.dynamodbv2.model.ProvisionedThroughput

Packages that use ProvisionedThroughput
com.amazonaws.services.dynamodbv2 Synchronous and asynchronous client classes for accessing AmazonDynamoDBv2. 
com.amazonaws.services.dynamodbv2.model Classes modeling the various types represented by AmazonDynamoDBv2. 
 

Uses of ProvisionedThroughput in com.amazonaws.services.dynamodbv2
 

Methods in com.amazonaws.services.dynamodbv2 with parameters of type ProvisionedThroughput
 CreateTableResult AmazonDynamoDBClient.createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
           The CreateTable operation adds a new table to your account.
 CreateTableResult AmazonDynamoDB.createTable(List<AttributeDefinition> attributeDefinitions, String tableName, List<KeySchemaElement> keySchema, ProvisionedThroughput provisionedThroughput)
           The CreateTable operation adds a new table to your account.
 UpdateTableResult AmazonDynamoDBClient.updateTable(String tableName, ProvisionedThroughput provisionedThroughput)
           Updates the provisioned throughput for the given table.
 UpdateTableResult AmazonDynamoDB.updateTable(String tableName, ProvisionedThroughput provisionedThroughput)
           Updates the provisioned throughput for the given table.
 

Uses of ProvisionedThroughput in com.amazonaws.services.dynamodbv2.model
 

Methods in com.amazonaws.services.dynamodbv2.model that return ProvisionedThroughput
 ProvisionedThroughput UpdateTableRequest.getProvisionedThroughput()
          Represents the provisioned throughput settings for a specified table or index.
 ProvisionedThroughput UpdateGlobalSecondaryIndexAction.getProvisionedThroughput()
          Represents the provisioned throughput settings for a specified table or index.
 ProvisionedThroughput GlobalSecondaryIndex.getProvisionedThroughput()
          Represents the provisioned throughput settings for a specified table or index.
 ProvisionedThroughput CreateTableRequest.getProvisionedThroughput()
          Represents the provisioned throughput settings for a specified table or index.
 ProvisionedThroughput ProvisionedThroughput.withReadCapacityUnits(Long readCapacityUnits)
          The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.
 ProvisionedThroughput 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 ProvisionedThroughput
 void UpdateTableRequest.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 void UpdateGlobalSecondaryIndexAction.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 void GlobalSecondaryIndex.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 void CreateTableRequest.setProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 UpdateTableRequest UpdateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 UpdateGlobalSecondaryIndexAction UpdateGlobalSecondaryIndexAction.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 GlobalSecondaryIndex GlobalSecondaryIndex.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 CreateTableRequest CreateTableRequest.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 

Constructors in com.amazonaws.services.dynamodbv2.model with parameters of type ProvisionedThroughput
CreateTableRequest(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.
 



Copyright © 2016. All rights reserved.