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

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

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

Methods in com.amazonaws.services.dynamodbv2.model that return GlobalSecondaryIndex
 GlobalSecondaryIndex GlobalSecondaryIndex.withIndexName(String indexName)
          The name of the global secondary index.
 GlobalSecondaryIndex GlobalSecondaryIndex.withKeySchema(Collection<KeySchemaElement> keySchema)
          The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 GlobalSecondaryIndex GlobalSecondaryIndex.withKeySchema(KeySchemaElement... keySchema)
          The complete key schema for a global secondary index, which consists of one or more pairs of attribute names and key types (HASH or RANGE).
 GlobalSecondaryIndex GlobalSecondaryIndex.withProjection(Projection projection)
          Represents attributes that are copied (projected) from the table into an index.
 GlobalSecondaryIndex GlobalSecondaryIndex.withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)
          Represents the provisioned throughput settings for a specified table or index.
 

Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type GlobalSecondaryIndex
 List<GlobalSecondaryIndex> CreateTableRequest.getGlobalSecondaryIndexes()
          One or more global secondary indexes (the maximum is five) to be created on the table.
 

Methods in com.amazonaws.services.dynamodbv2.model with parameters of type GlobalSecondaryIndex
 CreateTableRequest CreateTableRequest.withGlobalSecondaryIndexes(GlobalSecondaryIndex... globalSecondaryIndexes)
          One or more global secondary indexes (the maximum is five) to be created on the table.
 

Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type GlobalSecondaryIndex
 void CreateTableRequest.setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)
          One or more global secondary indexes (the maximum is five) to be created on the table.
 CreateTableRequest CreateTableRequest.withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)
          One or more global secondary indexes (the maximum is five) to be created on the table.
 



Copyright © 2016. All rights reserved.