| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SMSChannelResponse |
SMSChannelResponse.clone() |
SMSChannelResponse |
UpdateSmsChannelResult.getSMSChannelResponse() |
SMSChannelResponse |
GetSmsChannelResult.getSMSChannelResponse() |
SMSChannelResponse |
DeleteSmsChannelResult.getSMSChannelResponse() |
SMSChannelResponse |
SMSChannelResponse.withApplicationId(String applicationId)
The unique identifier for the application that the SMS channel applies to.
|
SMSChannelResponse |
SMSChannelResponse.withCreationDate(String creationDate)
The date and time, in ISO 8601 format, when the SMS channel was enabled.
|
SMSChannelResponse |
SMSChannelResponse.withEnabled(Boolean enabled)
Specifies whether the SMS channel is enabled for the application.
|
SMSChannelResponse |
SMSChannelResponse.withHasCredential(Boolean hasCredential)
(Not used) This property is retained only for backward compatibility.
|
SMSChannelResponse |
SMSChannelResponse.withId(String id)
(Deprecated) An identifier for the SMS channel.
|
SMSChannelResponse |
SMSChannelResponse.withIsArchived(Boolean isArchived)
Specifies whether the SMS channel is archived.
|
SMSChannelResponse |
SMSChannelResponse.withLastModifiedBy(String lastModifiedBy)
The user who last modified the SMS channel.
|
SMSChannelResponse |
SMSChannelResponse.withLastModifiedDate(String lastModifiedDate)
The date and time, in ISO 8601 format, when the SMS channel was last modified.
|
SMSChannelResponse |
SMSChannelResponse.withPlatform(String platform)
The type of messaging or notification platform for the channel.
|
SMSChannelResponse |
SMSChannelResponse.withPromotionalMessagesPerSecond(Integer promotionalMessagesPerSecond)
The maximum number of promotional messages that you can send through the SMS channel each second.
|
SMSChannelResponse |
SMSChannelResponse.withSenderId(String senderId)
The identity that displays on recipients' devices when they receive messages from the SMS channel.
|
SMSChannelResponse |
SMSChannelResponse.withShortCode(String shortCode)
The registered short code to use when you send messages through the SMS channel.
|
SMSChannelResponse |
SMSChannelResponse.withTransactionalMessagesPerSecond(Integer transactionalMessagesPerSecond)
The maximum number of transactional messages that you can send through the SMS channel each second.
|
SMSChannelResponse |
SMSChannelResponse.withVersion(Integer version)
The current version of the SMS channel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSmsChannelResult.setSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
void |
GetSmsChannelResult.setSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
void |
DeleteSmsChannelResult.setSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
UpdateSmsChannelResult |
UpdateSmsChannelResult.withSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
GetSmsChannelResult |
GetSmsChannelResult.withSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
DeleteSmsChannelResult |
DeleteSmsChannelResult.withSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
Copyright © 2023. All rights reserved.