Uses of Class
software.amazon.awssdk.services.notifications.model.TextPartValue
-
Packages that use TextPartValue Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of TextPartValue in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type TextPartValue Modifier and Type Method Description Map<String,TextPartValue>ManagedNotificationChildEvent. textParts()A list of text values.Map<String,TextPartValue>ManagedNotificationEvent. textParts()A list of text values.Map<String,TextPartValue>NotificationEvent. textParts()A list of text values.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type TextPartValue Modifier and Type Method Description ManagedNotificationChildEvent.BuilderManagedNotificationChildEvent.Builder. textParts(Map<String,TextPartValue> textParts)A list of text values.ManagedNotificationEvent.BuilderManagedNotificationEvent.Builder. textParts(Map<String,TextPartValue> textParts)A list of text values.NotificationEvent.BuilderNotificationEvent.Builder. textParts(Map<String,TextPartValue> textParts)A list of text values.
-