| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
KeywordInformation |
KeywordInformation.clone() |
KeywordInformation |
KeywordInformation.withKeyword(String keyword)
The keyword as a string.
|
KeywordInformation |
KeywordInformation.withKeywordAction(KeywordAction keywordAction)
The action to perform for the keyword.
|
KeywordInformation |
KeywordInformation.withKeywordAction(String keywordAction)
The action to perform for the keyword.
|
KeywordInformation |
KeywordInformation.withKeywordMessage(String keywordMessage)
A custom message that can be used with the keyword.
|
| Modifier and Type | Method and Description |
|---|---|
List<KeywordInformation> |
DescribeKeywordsResult.getKeywords()
An array of KeywordInformation objects that contain the results.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeKeywordsResult |
DescribeKeywordsResult.withKeywords(KeywordInformation... keywords)
An array of KeywordInformation objects that contain the results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeKeywordsResult.setKeywords(Collection<KeywordInformation> keywords)
An array of KeywordInformation objects that contain the results.
|
DescribeKeywordsResult |
DescribeKeywordsResult.withKeywords(Collection<KeywordInformation> keywords)
An array of KeywordInformation objects that contain the results.
|
Copyright © 2024. All rights reserved.