Uses of Class
software.amazon.awssdk.services.notifications.model.MediaElement
-
Packages that use MediaElement Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of MediaElement in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type MediaElement Modifier and Type Method Description List<MediaElement>NotificationEvent. media()A list of media elements.Methods in software.amazon.awssdk.services.notifications.model with parameters of type MediaElement Modifier and Type Method Description NotificationEvent.BuilderNotificationEvent.Builder. media(MediaElement... media)A list of media elements.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type MediaElement Modifier and Type Method Description NotificationEvent.BuilderNotificationEvent.Builder. media(Collection<MediaElement> media)A list of media elements.
-