Uses of Class
com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndex
-
Packages that use GlobalSecondaryIndex Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of GlobalSecondaryIndex in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return GlobalSecondaryIndex Modifier and Type Method Description GlobalSecondaryIndexGlobalSecondaryIndex. clone()GlobalSecondaryIndexGlobalSecondaryIndex. withIndexName(String indexName)The name of the global secondary index.GlobalSecondaryIndexGlobalSecondaryIndex. 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:GlobalSecondaryIndexGlobalSecondaryIndex. 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:GlobalSecondaryIndexGlobalSecondaryIndex. withProjection(Projection projection)GlobalSecondaryIndexGlobalSecondaryIndex. withProvisionedThroughput(ProvisionedThroughput provisionedThroughput)Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type GlobalSecondaryIndex Modifier and Type Method Description 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 Modifier and Type Method Description CreateTableRequestCreateTableRequest. 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 Modifier and Type Method Description voidCreateTableRequest. setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)One or more global secondary indexes (the maximum is five) to be created on the table.CreateTableRequestCreateTableRequest. withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndex> globalSecondaryIndexes)One or more global secondary indexes (the maximum is five) to be created on the table.
-