Uses of Interface
software.amazon.awssdk.services.pinpoint.model.SMSChannelRequest.Builder
-
Packages that use SMSChannelRequest.Builder Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of SMSChannelRequest.Builder in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return SMSChannelRequest.Builder Modifier and Type Method Description static SMSChannelRequest.BuilderSMSChannelRequest. builder()SMSChannelRequest.BuilderSMSChannelRequest.Builder. enabled(Boolean enabled)Specifies whether to enable the SMS channel for the application.SMSChannelRequest.BuilderSMSChannelRequest.Builder. senderId(String senderId)The identity that you want to display on recipients' devices when they receive messages from the SMS channel.SMSChannelRequest.BuilderSMSChannelRequest.Builder. shortCode(String shortCode)The registered short code that you want to use when you send messages through the SMS channel.SMSChannelRequest.BuilderSMSChannelRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type SMSChannelRequest.Builder Modifier and Type Method Description static Class<? extends SMSChannelRequest.Builder>SMSChannelRequest. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pinpoint.model with type arguments of type SMSChannelRequest.Builder Modifier and Type Method Description default UpdateSmsChannelRequest.BuilderUpdateSmsChannelRequest.Builder. smsChannelRequest(Consumer<SMSChannelRequest.Builder> smsChannelRequest)Sets the value of the SMSChannelRequest property for this object.
-