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