Java com.amazonaws.services.dynamodbv2.model ProvisionedThroughput fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.dynamodbv2.model ProvisionedThroughput fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.dynamodbv2.model ProvisionedThroughput.

The text is from its open source code.

Constructor

ProvisionedThroughput()
Default constructor for ProvisionedThroughput object.
ProvisionedThroughput(Long readCapacityUnits, Long writeCapacityUnits)
Constructs a new ProvisionedThroughput object.

Method

booleanequals(Object obj)
LonggetReadCapacityUnits()

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.

LonggetWriteCapacityUnits()

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.

ProvisionedThroughputwithReadCapacityUnits(Long readCapacityUnits)

The maximum number of strongly consistent reads consumed per second before DynamoDB returns a ThrottlingException.

ProvisionedThroughputwithWriteCapacityUnits(Long writeCapacityUnits)

The maximum number of writes consumed per second before DynamoDB returns a ThrottlingException.