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

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

Introduction

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

The text is from its open source code.

Method

booleanequals(Object obj)
java.util.DategetLastDecreaseDateTime()

The date and time of the last provisioned throughput decrease for this table.

java.util.DategetLastIncreaseDateTime()

The date and time of the last provisioned throughput increase for this table.

LonggetNumberOfDecreasesToday()

The number of provisioned throughput decreases for this table during this UTC calendar day.

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.