Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.document.spec | |
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Method and Description |
---|---|
UpdateTableSpec |
UpdateTableSpec.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates) |
Modifier and Type | Method and Description |
---|---|
UpdateTableSpec |
UpdateTableSpec.withGlobalSecondaryIndexUpdates(java.util.Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates) |
Modifier and Type | Field and Description |
---|---|
private java.util.List<GlobalSecondaryIndexUpdate> |
UpdateTableRequest.globalSecondaryIndexUpdates
An array of one or more global secondary indexes for the table.
|
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.clone() |
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.withCreate(CreateGlobalSecondaryIndexAction create)
The parameters required for creating a global secondary index on an
existing table:
|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.withDelete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.
|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.withUpdate(UpdateGlobalSecondaryIndexAction update)
The name of an existing global secondary index, along with new
provisioned throughput settings to be applied to that index.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<GlobalSecondaryIndexUpdate> |
UpdateTableRequest.getGlobalSecondaryIndexUpdates()
An array of one or more global secondary indexes for the table.
|
Modifier and Type | Method and Description |
---|---|
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(GlobalSecondaryIndexUpdate... globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateTableRequest.setGlobalSecondaryIndexUpdates(java.util.Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
UpdateTableRequest |
UpdateTableRequest.withGlobalSecondaryIndexUpdates(java.util.Collection<GlobalSecondaryIndexUpdate> globalSecondaryIndexUpdates)
An array of one or more global secondary indexes for the table.
|
Modifier and Type | Method and Description |
---|---|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdateJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
GlobalSecondaryIndexUpdateJsonMarshaller.marshall(GlobalSecondaryIndexUpdate globalSecondaryIndexUpdate,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|