Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.CallInstructionsMessageType.Builder
-
Packages that use CallInstructionsMessageType.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of CallInstructionsMessageType.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return CallInstructionsMessageType.Builder Modifier and Type Method Description static CallInstructionsMessageType.BuilderCallInstructionsMessageType. builder()CallInstructionsMessageType.BuilderCallInstructionsMessageType.Builder. text(String text)The language to use when delivering the message.CallInstructionsMessageType.BuilderCallInstructionsMessageType. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type CallInstructionsMessageType.Builder Modifier and Type Method Description static Class<? extends CallInstructionsMessageType.Builder>CallInstructionsMessageType. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpointsmsvoice.model with type arguments of type CallInstructionsMessageType.Builder Modifier and Type Method Description default VoiceMessageContent.BuilderVoiceMessageContent.Builder. callInstructionsMessage(Consumer<CallInstructionsMessageType.Builder> callInstructionsMessage)Sets the value of the CallInstructionsMessage property for this object.
-