Uses of Class
software.amazon.awssdk.services.detective.model.Field
-
Packages that use Field Package Description software.amazon.awssdk.services.detective.model -
-
Uses of Field in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return Field Modifier and Type Method Description FieldSortCriteria. field()Represents theFieldattribute to sort investigations.static FieldField. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FieldField. valueOf(String name)Returns the enum constant of this type with the specified name.static Field[]Field. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type Field Modifier and Type Method Description static Set<Field>Field. knownValues()Methods in software.amazon.awssdk.services.detective.model with parameters of type Field Modifier and Type Method Description SortCriteria.BuilderSortCriteria.Builder. field(Field field)Represents theFieldattribute to sort investigations.
-