Uses of Class
com.amazonaws.services.dynamodbv2.model.LocalSecondaryIndexDescription
-
Packages that use LocalSecondaryIndexDescription Package Description com.amazonaws.services.dynamodbv2.model -
-
Uses of LocalSecondaryIndexDescription in com.amazonaws.services.dynamodbv2.model
Methods in com.amazonaws.services.dynamodbv2.model that return LocalSecondaryIndexDescription Modifier and Type Method Description LocalSecondaryIndexDescription
LocalSecondaryIndexDescription. clone()
LocalSecondaryIndexDescription
LocalSecondaryIndexDescription. withIndexArn(String indexArn)
The Amazon Resource Name (ARN) that uniquely identifies the index.LocalSecondaryIndexDescription
LocalSecondaryIndexDescription. withIndexName(String indexName)
Represents the name of the local secondary index.LocalSecondaryIndexDescription
LocalSecondaryIndexDescription. withIndexSizeBytes(Long indexSizeBytes)
The total size of the specified index, in bytes.LocalSecondaryIndexDescription
LocalSecondaryIndexDescription. withItemCount(Long itemCount)
The number of items in the specified index.LocalSecondaryIndexDescription
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
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
LocalSecondaryIndexDescription. withProjection(Projection projection)
Methods in com.amazonaws.services.dynamodbv2.model that return types with arguments of type LocalSecondaryIndexDescription Modifier and Type Method Description List<LocalSecondaryIndexDescription>
TableDescription. getLocalSecondaryIndexes()
Represents one or more local secondary indexes on the table.Methods in com.amazonaws.services.dynamodbv2.model with parameters of type LocalSecondaryIndexDescription Modifier and Type Method Description TableDescription
TableDescription. 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 LocalSecondaryIndexDescription Modifier and Type Method Description void
TableDescription. setLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)
Represents one or more local secondary indexes on the table.TableDescription
TableDescription. withLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)
Represents one or more local secondary indexes on the table.
-