Uses of Class
software.amazon.awssdk.enhanced.dynamodb.internal.client.IndexType
-
Packages that use IndexType Package Description software.amazon.awssdk.enhanced.dynamodb.internal.client -
-
Uses of IndexType in software.amazon.awssdk.enhanced.dynamodb.internal.client
Methods in software.amazon.awssdk.enhanced.dynamodb.internal.client that return IndexType Modifier and Type Method Description static IndexTypeIndexType. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexType[]IndexType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-