Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.KeywordAction
-
Packages that use KeywordAction Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of KeywordAction in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return KeywordAction Modifier and Type Method Description static KeywordActionKeywordAction. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KeywordActionDeleteKeywordResponse. keywordAction()The action that was associated with the deleted keyword.KeywordActionKeywordInformation. keywordAction()The action to perform for the keyword.KeywordActionPutKeywordRequest. keywordAction()The action to perform for the new keyword when it is received.KeywordActionPutKeywordResponse. keywordAction()The action to perform when the keyword is used.static KeywordActionKeywordAction. valueOf(String name)Returns the enum constant of this type with the specified name.static KeywordAction[]KeywordAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type KeywordAction Modifier and Type Method Description static Set<KeywordAction>KeywordAction. knownValues()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type KeywordAction Modifier and Type Method Description DeleteKeywordResponse.BuilderDeleteKeywordResponse.Builder. keywordAction(KeywordAction keywordAction)The action that was associated with the deleted keyword.KeywordInformation.BuilderKeywordInformation.Builder. keywordAction(KeywordAction keywordAction)The action to perform for the keyword.PutKeywordRequest.BuilderPutKeywordRequest.Builder. keywordAction(KeywordAction keywordAction)The action to perform for the new keyword when it is received.PutKeywordResponse.BuilderPutKeywordResponse.Builder. keywordAction(KeywordAction keywordAction)The action to perform when the keyword is used.
-