Uses of Class
software.amazon.awssdk.services.notifications.model.MessageComponents
-
Packages that use MessageComponents Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of MessageComponents in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return MessageComponents Modifier and Type Method Description MessageComponentsManagedNotificationChildEvent. messageComponents()Returns the value of the MessageComponents property for this object.MessageComponentsManagedNotificationEvent. messageComponents()Returns the value of the MessageComponents property for this object.MessageComponentsNotificationEvent. messageComponents()Returns the value of the MessageComponents property for this object.Methods in software.amazon.awssdk.services.notifications.model with parameters of type MessageComponents Modifier and Type Method Description ManagedNotificationChildEvent.BuilderManagedNotificationChildEvent.Builder. messageComponents(MessageComponents messageComponents)Sets the value of the MessageComponents property for this object.ManagedNotificationEvent.BuilderManagedNotificationEvent.Builder. messageComponents(MessageComponents messageComponents)Sets the value of the MessageComponents property for this object.NotificationEvent.BuilderNotificationEvent.Builder. messageComponents(MessageComponents messageComponents)Sets the value of the MessageComponents property for this object.
-