Class EnumUtils
java.lang.Object
software.amazon.awssdk.utils.internal.EnumUtils
Utility class for working with 
Enums.- 
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