Uses of Class
software.amazon.awssdk.services.notifications.model.MessageComponentsSummary
-
Packages that use MessageComponentsSummary Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of MessageComponentsSummary in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return MessageComponentsSummary Modifier and Type Method Description MessageComponentsSummaryManagedNotificationChildEventSummary. messageComponents()Returns the value of the MessageComponents property for this object.MessageComponentsSummaryManagedNotificationEventSummary. messageComponents()Returns the value of the MessageComponents property for this object.MessageComponentsSummaryNotificationEventSummary. messageComponents()The message components of a notification event.Methods in software.amazon.awssdk.services.notifications.model with parameters of type MessageComponentsSummary Modifier and Type Method Description ManagedNotificationChildEventSummary.BuilderManagedNotificationChildEventSummary.Builder. messageComponents(MessageComponentsSummary messageComponents)Sets the value of the MessageComponents property for this object.ManagedNotificationEventSummary.BuilderManagedNotificationEventSummary.Builder. messageComponents(MessageComponentsSummary messageComponents)Sets the value of the MessageComponents property for this object.NotificationEventSummary.BuilderNotificationEventSummary.Builder. messageComponents(MessageComponentsSummary messageComponents)The message components of a notification event.
-