Uses of Interface
software.amazon.awssdk.services.alexaforbusiness.model.Text.Builder
-
Packages that use Text.Builder Package Description software.amazon.awssdk.services.alexaforbusiness.model -
-
Uses of Text.Builder in software.amazon.awssdk.services.alexaforbusiness.model
Methods in software.amazon.awssdk.services.alexaforbusiness.model that return Text.Builder Modifier and Type Method Description static Text.BuilderText. builder()Text.BuilderText.Builder. locale(String locale)The locale of the text message.Text.BuilderText.Builder. locale(Locale locale)The locale of the text message.Text.BuilderText. toBuilder()Text.BuilderText.Builder. value(String value)The value of the text message.Methods in software.amazon.awssdk.services.alexaforbusiness.model that return types with arguments of type Text.Builder Modifier and Type Method Description static Class<? extends Text.Builder>Text. serializableBuilderClass()
-