Uses of Class
com.amazonaws.services.dynamodbv2.model.GlobalSecondaryIndexDescription
Packages that use GlobalSecondaryIndexDescription
-
Uses of GlobalSecondaryIndexDescription in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return GlobalSecondaryIndexDescriptionModifier and TypeMethodDescriptionGlobalSecondaryIndexDescription.clone()
GlobalSecondaryIndexDescription.withBackfilling
(Boolean backfilling) Indicates whether the index is currently backfilling.GlobalSecondaryIndexDescription.withIndexArn
(String indexArn) The Amazon Resource Name (ARN) that uniquely identifies the index.GlobalSecondaryIndexDescription.withIndexName
(String indexName) The name of the global secondary index.GlobalSecondaryIndexDescription.withIndexSizeBytes
(Long indexSizeBytes) The total size of the specified index, in bytes.GlobalSecondaryIndexDescription.withIndexStatus
(IndexStatus indexStatus) The current state of the global secondary index:GlobalSecondaryIndexDescription.withIndexStatus
(String indexStatus) The current state of the global secondary index:GlobalSecondaryIndexDescription.withItemCount
(Long itemCount) The number of items in the specified index.GlobalSecondaryIndexDescription.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:GlobalSecondaryIndexDescription.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:GlobalSecondaryIndexDescription.withProjection
(Projection projection) GlobalSecondaryIndexDescription.withProvisionedThroughput
(ProvisionedThroughputDescription provisionedThroughput) Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type GlobalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.getGlobalSecondaryIndexes()
The global secondary indexes, if any, on the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type GlobalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.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 GlobalSecondaryIndexDescriptionModifier and TypeMethodDescriptionvoid
TableDescription.setGlobalSecondaryIndexes
(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes) The global secondary indexes, if any, on the table.TableDescription.withGlobalSecondaryIndexes
(Collection<GlobalSecondaryIndexDescription> globalSecondaryIndexes) The global secondary indexes, if any, on the table.