Uses of Class
com.amazonaws.services.dynamodbv2.model.UpdateGlobalSecondaryIndexAction

Packages that use UpdateGlobalSecondaryIndexAction
com.amazonaws.services.dynamodbv2.model Classes modeling the various types represented by AmazonDynamoDBv2. 
 

Uses of UpdateGlobalSecondaryIndexAction in com.amazonaws.services.dynamodbv2.model
 

Methods in com.amazonaws.services.dynamodbv2.model that return UpdateGlobalSecondaryIndexAction
 UpdateGlobalSecondaryIndexAction GlobalSecondaryIndexUpdate.getUpdate()
          The name of a global secondary index, along with the updated provisioned throughput settings that are to be applied to that index.
 UpdateGlobalSecondaryIndexAction UpdateGlobalSecondaryIndexAction.withIndexName(String indexName)
          The name of the global secondary index to be updated.
 UpdateGlobalSecondaryIndexAction UpdateGlobalSecondaryIndexAction.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 

Methods in com.amazonaws.services.dynamodbv2.model with parameters of type UpdateGlobalSecondaryIndexAction
 void GlobalSecondaryIndexUpdate.setUpdate(UpdateGlobalSecondaryIndexAction update)
          The name of a global secondary index, along with the updated provisioned throughput settings that are to be applied to that index.
 GlobalSecondaryIndexUpdate GlobalSecondaryIndexUpdate.withUpdate(UpdateGlobalSecondaryIndexAction update)
          The name of a global secondary index, along with the updated provisioned throughput settings that are to be applied to that index.
 



Copyright © 2016. All rights reserved.