Uses of Class
software.amazon.awssdk.services.pinpoint.model.DirectMessageConfiguration
-
Packages that use DirectMessageConfiguration Package Description software.amazon.awssdk.services.pinpoint.model -
-
Uses of DirectMessageConfiguration in software.amazon.awssdk.services.pinpoint.model
Methods in software.amazon.awssdk.services.pinpoint.model that return DirectMessageConfiguration Modifier and Type Method Description DirectMessageConfigurationMessageRequest. messageConfiguration()The settings and content for the default message and any default messages that you defined for specific channels.DirectMessageConfigurationSendUsersMessageRequest. messageConfiguration()The settings and content for the default message and any default messages that you defined for specific channels.Methods in software.amazon.awssdk.services.pinpoint.model with parameters of type DirectMessageConfiguration Modifier and Type Method Description MessageRequest.BuilderMessageRequest.Builder. messageConfiguration(DirectMessageConfiguration messageConfiguration)The settings and content for the default message and any default messages that you defined for specific channels.SendUsersMessageRequest.BuilderSendUsersMessageRequest.Builder. messageConfiguration(DirectMessageConfiguration messageConfiguration)The settings and content for the default message and any default messages that you defined for specific channels.
-