| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
static KeywordAction |
KeywordAction.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
KeywordAction |
PutKeywordResponse.keywordAction()
The action to perform when the keyword is used.
|
KeywordAction |
PutKeywordRequest.keywordAction()
The action to perform for the new keyword when it is received.
|
KeywordAction |
DeleteKeywordResponse.keywordAction()
The action that was associated with the deleted keyword.
|
KeywordAction |
KeywordInformation.keywordAction()
The action to perform for the keyword.
|
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 |
|---|---|
static Set<KeywordAction> |
KeywordAction.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
PutKeywordResponse.Builder |
PutKeywordResponse.Builder.keywordAction(KeywordAction keywordAction)
The action to perform when the keyword is used.
|
PutKeywordRequest.Builder |
PutKeywordRequest.Builder.keywordAction(KeywordAction keywordAction)
The action to perform for the new keyword when it is received.
|
DeleteKeywordResponse.Builder |
DeleteKeywordResponse.Builder.keywordAction(KeywordAction keywordAction)
The action that was associated with the deleted keyword.
|
KeywordInformation.Builder |
KeywordInformation.Builder.keywordAction(KeywordAction keywordAction)
The action to perform for the keyword.
|
Copyright © 2023. All rights reserved.