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 LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. clone()LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. withIndexArn(String indexArn)The Amazon Resource Name (ARN) that uniquely identifies the index.LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. withIndexName(String indexName)Represents the name of the local secondary index.LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. withIndexSizeBytes(Long indexSizeBytes)The total size of the specified index, in bytes.LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. withItemCount(Long itemCount)The number of items in the specified index.LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. withKeySchema(KeySchemaElement... keySchema)The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and key types:LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. 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:LocalSecondaryIndexDescriptionLocalSecondaryIndexDescription. 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 TableDescriptionTableDescription. 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 voidTableDescription. setLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)Represents one or more local secondary indexes on the table.TableDescriptionTableDescription. withLocalSecondaryIndexes(Collection<LocalSecondaryIndexDescription> localSecondaryIndexes)Represents one or more local secondary indexes on the table.
-