| Package | Description |
|---|---|
| com.amazonaws.services.dynamodbv2.model |
Classes modeling the various types represented by AmazonDynamoDBv2.
|
| Modifier and Type | Method and Description |
|---|---|
static StreamViewType |
StreamViewType.fromValue(String value)
Use this in place of valueOf.
|
static StreamViewType |
StreamViewType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamViewType[] |
StreamViewType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamSpecification.setStreamViewType(StreamViewType streamViewType)
The DynamoDB Streams settings for the table.
|
StreamSpecification |
StreamSpecification.withStreamViewType(StreamViewType streamViewType)
The DynamoDB Streams settings for the table.
|
Copyright © 2016. All rights reserved.