Uses of Class
software.amazon.awssdk.services.pinpoint.model.ChannelType
-
Packages that use ChannelType Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of ChannelType in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return ChannelType Modifier and Type Method Description ChannelTypeAddressConfiguration. channelType()The channel to use when sending the message.ChannelTypeEndpointBatchItem. channelType()The channel to use when sending messages or push notifications to the endpoint.ChannelTypeEndpointRequest. channelType()The channel to use when sending messages or push notifications to the endpoint.ChannelTypeEndpointResponse. channelType()The channel that's used when sending messages or push notifications to the endpoint.ChannelTypePublicEndpoint. channelType()The channel that's used when sending messages or push notifications to the endpoint.static ChannelTypeChannelType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ChannelTypeChannelType. 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.Methods in software.amazon.awssdk.services.pinpoint.model that return types with arguments of type ChannelType Modifier and Type Method Description static Set<ChannelType>ChannelType. knownValues()Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type ChannelType Modifier and Type Method Description AddressConfiguration.BuilderAddressConfiguration.Builder. channelType(ChannelType channelType)The channel to use when sending the message.EndpointBatchItem.BuilderEndpointBatchItem.Builder. channelType(ChannelType channelType)The channel to use when sending messages or push notifications to the endpoint.EndpointRequest.BuilderEndpointRequest.Builder. channelType(ChannelType channelType)The channel to use when sending messages or push notifications to the endpoint.EndpointResponse.BuilderEndpointResponse.Builder. channelType(ChannelType channelType)The channel that's used when sending messages or push notifications to the endpoint.PublicEndpoint.BuilderPublicEndpoint.Builder. channelType(ChannelType channelType)The channel that's used when sending messages or push notifications to the endpoint.
-