Uses of Class
software.amazon.awssdk.services.auditmanager.model.KeywordInputType
-
Packages that use KeywordInputType Package Description software.amazon.awssdk.services.auditmanager.model -
-
Uses of KeywordInputType in software.amazon.awssdk.services.auditmanager.model
Methods in software.amazon.awssdk.services.auditmanager.model that return KeywordInputType Modifier and Type Method Description static KeywordInputTypeKeywordInputType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeywordInputTypeSourceKeyword. keywordInputType()The input method for the keyword.static KeywordInputTypeKeywordInputType. valueOf(String name)Returns the enum constant of this type with the specified name.static KeywordInputType[]KeywordInputType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.auditmanager.model that return types with arguments of type KeywordInputType Modifier and Type Method Description static Set<KeywordInputType>KeywordInputType. knownValues()Methods in software.amazon.awssdk.services.auditmanager.model with parameters of type KeywordInputType Modifier and Type Method Description SourceKeyword.BuilderSourceKeyword.Builder. keywordInputType(KeywordInputType keywordInputType)The input method for the keyword.
-