| Package | Description |
|---|---|
| com.amazonaws.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
static ChannelType |
ChannelType.fromValue(String value)
Use this in place of valueOf.
|
static ChannelType |
ChannelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChannelType[] |
ChannelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointBatchItem.setChannelType(ChannelType channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
void |
AddressConfiguration.setChannelType(ChannelType channelType)
The channel to use when sending the message.
|
void |
EndpointResponse.setChannelType(ChannelType channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
void |
EndpointRequest.setChannelType(ChannelType channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
EndpointBatchItem |
EndpointBatchItem.withChannelType(ChannelType channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
AddressConfiguration |
AddressConfiguration.withChannelType(ChannelType channelType)
The channel to use when sending the message.
|
EndpointResponse |
EndpointResponse.withChannelType(ChannelType channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
PublicEndpoint |
PublicEndpoint.withChannelType(ChannelType channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
EndpointRequest |
EndpointRequest.withChannelType(ChannelType channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
Copyright © 2019. All rights reserved.