| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
SMSChannelResponse |
SMSChannelResponse.clone() |
SMSChannelResponse |
DeleteSmsChannelResult.getSMSChannelResponse() |
SMSChannelResponse |
UpdateSmsChannelResult.getSMSChannelResponse() |
SMSChannelResponse |
GetSmsChannelResult.getSMSChannelResponse() |
SMSChannelResponse |
SMSChannelResponse.withApplicationId(String applicationId)
The unique ID of the application to which the SMS channel belongs.
|
SMSChannelResponse |
SMSChannelResponse.withCreationDate(String creationDate)
The date that the settings were last updated in ISO 8601 format.
|
SMSChannelResponse |
SMSChannelResponse.withEnabled(Boolean enabled)
If the channel is enabled for sending messages.
|
SMSChannelResponse |
SMSChannelResponse.withHasCredential(Boolean hasCredential)
If the channel is registered with a credential for authentication.
|
SMSChannelResponse |
SMSChannelResponse.withId(String id)
Channel ID.
|
SMSChannelResponse |
SMSChannelResponse.withIsArchived(Boolean isArchived)
Is this channel archived
|
SMSChannelResponse |
SMSChannelResponse.withLastModifiedBy(String lastModifiedBy)
Who last updated this entry
|
SMSChannelResponse |
SMSChannelResponse.withLastModifiedDate(String lastModifiedDate)
Last date this was updated
|
SMSChannelResponse |
SMSChannelResponse.withPlatform(String platform)
Platform type.
|
SMSChannelResponse |
SMSChannelResponse.withSenderId(String senderId)
Sender identifier of your messages.
|
SMSChannelResponse |
SMSChannelResponse.withShortCode(String shortCode)
The short code registered with the phone provider.
|
SMSChannelResponse |
SMSChannelResponse.withVersion(Integer version)
Version of channel
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteSmsChannelResult.setSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
void |
UpdateSmsChannelResult.setSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
void |
GetSmsChannelResult.setSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
DeleteSmsChannelResult |
DeleteSmsChannelResult.withSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
UpdateSmsChannelResult |
UpdateSmsChannelResult.withSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
GetSmsChannelResult |
GetSmsChannelResult.withSMSChannelResponse(SMSChannelResponse sMSChannelResponse) |
Copyright © 2018. All rights reserved.