Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model |
Modifier and Type | Method and Description |
---|---|
static TableClass |
TableClass.fromValue(String value)
Use this in place of valueOf.
|
static TableClass |
TableClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TableClass[] |
TableClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ReplicaSettingsUpdate |
ReplicaSettingsUpdate.withReplicaTableClass(TableClass replicaTableClass)
Replica-specific table class.
|
TableClassSummary |
TableClassSummary.withTableClass(TableClass tableClass)
The table class of the specified table.
|
UpdateTableRequest |
UpdateTableRequest.withTableClass(TableClass tableClass)
The table class of the table to be updated.
|
CreateTableRequest |
CreateTableRequest.withTableClass(TableClass tableClass)
The table class of the new table.
|
UpdateReplicationGroupMemberAction |
UpdateReplicationGroupMemberAction.withTableClassOverride(TableClass tableClassOverride)
Replica-specific table class.
|
CreateReplicationGroupMemberAction |
CreateReplicationGroupMemberAction.withTableClassOverride(TableClass tableClassOverride)
Replica-specific table class.
|
Copyright © 2022. All rights reserved.