| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
static DynamoKeyType |
DynamoKeyType.fromValue(String value)
Use this in place of valueOf.
|
static DynamoKeyType |
DynamoKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoKeyType[] |
DynamoKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DynamoDBAction.setHashKeyType(DynamoKeyType hashKeyType)
The hash key type.
|
void |
DynamoDBAction.setRangeKeyType(DynamoKeyType rangeKeyType)
The range key type.
|
DynamoDBAction |
DynamoDBAction.withHashKeyType(DynamoKeyType hashKeyType)
The hash key type.
|
DynamoDBAction |
DynamoDBAction.withRangeKeyType(DynamoKeyType rangeKeyType)
The range key type.
|
Copyright © 2019. All rights reserved.