Uses of Class
com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
Packages that use LocalSecondaryIndexDescription
-
Uses of LocalSecondaryIndexDescription in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return LocalSecondaryIndexDescriptionModifier and TypeMethodDescriptionLocalSecondaryIndexDescription.clone()
LocalSecondaryIndexDescription.withIndexArn
(String indexArn) The Amazon Resource Name (ARN) that uniquely identifies the index.LocalSecondaryIndexDescription.withIndexName
(String indexName) Represents the name of the local secondary index.LocalSecondaryIndexDescription.withIndexSizeBytes
(Long indexSizeBytes) The total size of the specified index, in bytes.LocalSecondaryIndexDescription.withItemCount
(Long itemCount) The number of items in the specified index.LocalSecondaryIndexDescription.withKeySchema
(KeySchemaElement... keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexDescription.withKeySchema
(Collection<KeySchemaElement> keySchema) The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexDescription.withProjection
(Projection projection) Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type LocalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.getLocalSecondaryIndexes()
Represents one or more local secondary indexes on the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type LocalSecondaryIndexDescriptionModifier and TypeMethodDescriptionTableDescription.withLocalSecondaryIndexes
(LocalSecondaryIndexDescription... localSecondaryIndexes) Represents one or more local secondary indexes on the table.Method parameters in com.amazonaws.services.dynamodbv2.model with type arguments of type LocalSecondaryIndexDescriptionModifier and TypeMethodDescriptionvoid
TableDescription.setLocalSecondaryIndexes
(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes) Represents one or more local secondary indexes on the table.TableDescription.withLocalSecondaryIndexes
(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes) Represents one or more local secondary indexes on the table.