| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static KeywordAction |
KeywordAction.fromValue(String value)
Use this in place of valueOf.
|
static KeywordAction |
KeywordAction.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.
|
| Modifier and Type | Method and Description |
|---|---|
PutKeywordResult |
PutKeywordResult.withKeywordAction(KeywordAction keywordAction)
The action to perform when the keyword is used.
|
KeywordInformation |
KeywordInformation.withKeywordAction(KeywordAction keywordAction)
The action to perform for the keyword.
|
DeleteKeywordResult |
DeleteKeywordResult.withKeywordAction(KeywordAction keywordAction)
The action that was associated with the deleted keyword.
|
PutKeywordRequest |
PutKeywordRequest.withKeywordAction(KeywordAction keywordAction)
The action to perform for the new keyword when it is received.
|
Copyright © 2022. All rights reserved.