Uses of Class
software.amazon.awssdk.services.codecatalyst.model.FilterKey
-
Packages that use FilterKey Package Description software.amazon.awssdk.services.codecatalyst.model -
-
Uses of FilterKey in software.amazon.awssdk.services.codecatalyst.model
Methods in software.amazon.awssdk.services.codecatalyst.model that return FilterKey Modifier and Type Method Description static FilterKeyFilterKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.FilterKeyProjectListFilter. key()A key that can be used to sort results.static FilterKeyFilterKey. valueOf(String name)Returns the enum constant of this type with the specified name.static FilterKey[]FilterKey. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.codecatalyst.model that return types with arguments of type FilterKey Modifier and Type Method Description static Set<FilterKey>FilterKey. knownValues()Methods in software.amazon.awssdk.services.codecatalyst.model with parameters of type FilterKey Modifier and Type Method Description ProjectListFilter.BuilderProjectListFilter.Builder. key(FilterKey key)A key that can be used to sort results.
-