Package | Description |
---|---|
com.amazonaws.services.dynamodbv2.model | |
com.amazonaws.services.dynamodbv2.model.transform |
Modifier and Type | Field and Description |
---|---|
private UpdateGlobalSecondaryIndexAction |
GlobalSecondaryIndexUpdate.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 |
---|---|
UpdateGlobalSecondaryIndexAction |
UpdateGlobalSecondaryIndexAction.clone() |
UpdateGlobalSecondaryIndexAction |
GlobalSecondaryIndexUpdate.getUpdate()
The name of an existing global secondary index, along with new
provisioned throughput settings to be applied to that index.
|
UpdateGlobalSecondaryIndexAction |
UpdateGlobalSecondaryIndexAction.withIndexName(java.lang.String indexName)
The name of the global secondary index to be updated.
|
UpdateGlobalSecondaryIndexAction |
UpdateGlobalSecondaryIndexAction.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput) |
Modifier and Type | Method and Description |
---|---|
void |
GlobalSecondaryIndexUpdate.setUpdate(UpdateGlobalSecondaryIndexAction update)
The name of an existing global secondary index, along with new
provisioned throughput settings to be applied to that index.
|
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 |
---|---|
UpdateGlobalSecondaryIndexAction |
UpdateGlobalSecondaryIndexActionJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
UpdateGlobalSecondaryIndexActionJsonMarshaller.marshall(UpdateGlobalSecondaryIndexAction updateGlobalSecondaryIndexAction,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|