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

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

Introduction

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

The text is from its open source code.

Method

java.util.ListgetAttributeDefinitions()

An array of AttributeDefinition objects.

java.util.DategetCreationDateTime()

The date and time when the table was created, in UNIX epoch time format.

java.util.ListgetGlobalSecondaryIndexes()

The global secondary indexes, if any, on the table.

LonggetItemCount()

The number of items in the specified table.

java.util.ListgetKeySchema()

The primary key structure for the table.

StringgetLatestStreamArn()

The Amazon Resource Name (ARN) that uniquely identifies the latest stream for this table.

StringgetLatestStreamLabel()

A timestamp, in ISO 8601 format, for this stream.

java.util.ListgetLocalSecondaryIndexes()

Represents one or more local secondary indexes on the table.

ProvisionedThroughputDescriptiongetProvisionedThroughput()

The provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.

StreamSpecificationgetStreamSpecification()

The current DynamoDB Streams configuration for the table.

StringgetTableArn()

The Amazon Resource Name (ARN) that uniquely identifies the table.

StringgetTableName()

The name of the table.

LonggetTableSizeBytes()

The total size of the specified table, in bytes.

StringgetTableStatus()

The current state of the table:

  • CREATING - The table is being created.

StringtoString()
Returns a string representation of this object.