Class EnumUtils
java.lang.Object
software.amazon.awssdk.utils.internal.EnumUtils
-
Method Summary
Modifier and TypeMethodDescriptionuniqueIndex
(Class<V> enumType, Function<? super V, K> indexFunction) Create a map that indexes all enum values by a given index function.
-
Method Details
-
uniqueIndex
-