Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
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(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 |
DeleteGlobalSecondaryIndexActionMarshaller.marshall(DeleteGlobalSecondaryIndexAction deleteGlobalSecondaryIndexAction,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.