@Target(value=METHOD) @Retention(value=RUNTIME) public @interface DynamoDbSecondaryPartitionKey
Modifier and Type | Required Element and Description |
---|---|
String[] |
indexNames
The names of one or more global secondary indices that this partition key should participate in.
|
public abstract String[] indexNames
Copyright © 2022. All rights reserved.