Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private DeleteGlobalSecondaryIndexAction |
GlobalSecondaryIndexUpdate.delete
The name of an existing global secondary index to be removed.
|
Modifier and Type | Method and Description |
---|---|
DeleteGlobalSecondaryIndexAction |
DeleteGlobalSecondaryIndexAction.clone() |
DeleteGlobalSecondaryIndexAction |
GlobalSecondaryIndexUpdate.getDelete()
The name of an existing global secondary index to be removed.
|
DeleteGlobalSecondaryIndexAction |
DeleteGlobalSecondaryIndexAction.withIndexName(java.lang.String indexName)
The name of the global secondary index to be deleted.
|
Modifier and Type | Method and Description |
---|---|
void |
GlobalSecondaryIndexUpdate.setDelete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.
|
GlobalSecondaryIndexUpdate |
GlobalSecondaryIndexUpdate.withDelete(DeleteGlobalSecondaryIndexAction delete)
The name of an existing global secondary index to be removed.
|
Modifier and Type | Method and Description |
---|---|
DeleteGlobalSecondaryIndexAction |
DeleteGlobalSecondaryIndexActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DeleteGlobalSecondaryIndexActionJsonMarshaller.marshall(DeleteGlobalSecondaryIndexAction deleteGlobalSecondaryIndexAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|