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

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

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

Methods in com.amazonaws.services.dynamodbv2.model that return GlobalSecondaryIndexDescription
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withIndexName(String indexName)
          The name of the global secondary index.
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withIndexSizeBytes(Long indexSizeBytes)
          The total size of the specified index, in bytes.
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withIndexStatus(IndexStatus indexStatus)
          The current state of the global secondary index:
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withIndexStatus(String indexStatus)
          The current state of the global secondary index:
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withItemCount(Long itemCount)
          The number of items in the specified index.
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withKeySchema(Collection<KeySchemaElement> keySchema)
          The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withKeySchema(KeySchemaElement... keySchema)
          The complete key schema for the global secondary index, consisting of one or more pairs of attribute names and key types (HASH or RANGE).
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withProjection(Projection projection)
          Represents attributes that are copied (projected) from the table into an index.
 GlobalSecondaryIndexDescription GlobalSecondaryIndexDescription.withProvisionedThroughput(ProvisionedThroughputDescription provisionedThroughput)
          Represents the provisioned throughput settings for the table, consisting of read and write capacity units, along with data about increases and decreases.
 

Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type GlobalSecondaryIndexDescription
 List<GlobalSecondaryIndexDescription> TableDescription.getGlobalSecondaryIndexes()
          The global secondary indexes, if any, on the table.
 

Methods in com.amazonaws.services.dynamodbv2.model with parameters of type GlobalSecondaryIndexDescription
 TableDescription TableDescription.withGlobalSecondaryIndexes(GlobalSecondaryIndexDescription... globalSecondaryIndexes)
          The global secondary indexes, if any, on the table.
 

Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type GlobalSecondaryIndexDescription
 void TableDescription.setGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes)
          The global secondary indexes, if any, on the table.
 TableDescription TableDescription.withGlobalSecondaryIndexes(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes)
          The global secondary indexes, if any, on the table.
 



Copyright © 2016. All rights reserved.