| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static MessageType |
MessageType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
MessageType |
SMSMessage.messageType()
Is this a transaction priority message or lower priority.
|
MessageType |
CampaignSmsMessage.messageType()
Is this is a transactional SMS message, otherwise a promotional message.
|
static MessageType |
MessageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessageType[] |
MessageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MessageType> |
MessageType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
SMSMessage.Builder |
SMSMessage.Builder.messageType(MessageType messageType)
Is this a transaction priority message or lower priority.
|
CampaignSmsMessage.Builder |
CampaignSmsMessage.Builder.messageType(MessageType messageType)
Is this is a transactional SMS message, otherwise a promotional message.
|
Copyright © 2018. All rights reserved.