| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static SMSChannelRequest.Builder |
SMSChannelRequest.builder() |
SMSChannelRequest.Builder |
SMSChannelRequest.Builder.enabled(Boolean enabled)
Specifies whether to enable the SMS channel for the application.
|
SMSChannelRequest.Builder |
SMSChannelRequest.Builder.senderId(String senderId)
The identity that you want to display on recipients' devices when they receive messages from the SMS channel.
|
SMSChannelRequest.Builder |
SMSChannelRequest.Builder.shortCode(String shortCode)
The registered short code that you want to use when you send messages through the SMS channel.
|
SMSChannelRequest.Builder |
SMSChannelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SMSChannelRequest.Builder> |
SMSChannelRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateSmsChannelRequest.Builder |
UpdateSmsChannelRequest.Builder.smsChannelRequest(Consumer<SMSChannelRequest.Builder> smsChannelRequest)
Sets the value of the SMSChannelRequest property for this object.
|
Copyright © 2023. All rights reserved.