Uses of Class
software.amazon.awssdk.services.pinpoint.model.JourneyChannelSettings
-
Packages that use JourneyChannelSettings Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of JourneyChannelSettings in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return JourneyChannelSettings Modifier and Type Method Description JourneyChannelSettingsJourneyResponse. journeyChannelSettings()The channel-specific configurations for the journey.JourneyChannelSettingsWriteJourneyRequest. journeyChannelSettings()The channel-specific configurations for the journey.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type JourneyChannelSettings Modifier and Type Method Description JourneyResponse.BuilderJourneyResponse.Builder. journeyChannelSettings(JourneyChannelSettings journeyChannelSettings)The channel-specific configurations for the journey.WriteJourneyRequest.BuilderWriteJourneyRequest.Builder. journeyChannelSettings(JourneyChannelSettings journeyChannelSettings)The channel-specific configurations for the journey.
-