| Package | Description |
|---|---|
| software.amazon.awssdk.services.pinpoint.model |
| Modifier and Type | Method and Description |
|---|---|
ChannelType |
AddressConfiguration.channelType()
The channel to use when sending the message.
|
ChannelType |
PublicEndpoint.channelType()
The channel that's used when sending messages or push notifications to the endpoint.
|
ChannelType |
EndpointResponse.channelType()
The channel that's used when sending messages or push notifications to the endpoint.
|
ChannelType |
EndpointRequest.channelType()
The channel to use when sending messages or push notifications to the endpoint.
|
ChannelType |
EndpointBatchItem.channelType()
The channel to use when sending messages or push notifications to the endpoint.
|
static ChannelType |
ChannelType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ChannelType> |
ChannelType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AddressConfiguration.Builder |
AddressConfiguration.Builder.channelType(ChannelType channelType)
The channel to use when sending the message.
|
PublicEndpoint.Builder |
PublicEndpoint.Builder.channelType(ChannelType channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
EndpointResponse.Builder |
EndpointResponse.Builder.channelType(ChannelType channelType)
The channel that's used when sending messages or push notifications to the endpoint.
|
EndpointRequest.Builder |
EndpointRequest.Builder.channelType(ChannelType channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
EndpointBatchItem.Builder |
EndpointBatchItem.Builder.channelType(ChannelType channelType)
The channel to use when sending messages or push notifications to the endpoint.
|
Copyright © 2023. All rights reserved.