Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoicev2.model.KeywordInformation.Builder
-
Packages that use KeywordInformation.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model -
-
Uses of KeywordInformation.Builder in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return KeywordInformation.Builder Modifier and Type Method Description static KeywordInformation.BuilderKeywordInformation. builder()KeywordInformation.BuilderKeywordInformation.Builder. keyword(String keyword)The keyword as a string.KeywordInformation.BuilderKeywordInformation.Builder. keywordAction(String keywordAction)The action to perform for the keyword.KeywordInformation.BuilderKeywordInformation.Builder. keywordAction(KeywordAction keywordAction)The action to perform for the keyword.KeywordInformation.BuilderKeywordInformation.Builder. keywordMessage(String keywordMessage)A custom message that can be used with the keyword.KeywordInformation.BuilderKeywordInformation. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type KeywordInformation.Builder Modifier and Type Method Description static Class<? extends KeywordInformation.Builder>KeywordInformation. serializableBuilderClass()
-