Uses of Class
software.amazon.awssdk.services.chime.model.NotificationTarget
-
Packages that use NotificationTarget Package Description software.amazon.awssdk.services.chime.model -
-
Uses of NotificationTarget in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return NotificationTarget Modifier and Type Method Description static NotificationTargetNotificationTarget. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotificationTargetStreamingNotificationTarget. notificationTarget()The streaming notification target.static NotificationTargetNotificationTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationTarget[]NotificationTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type NotificationTarget Modifier and Type Method Description static Set<NotificationTarget>NotificationTarget. knownValues()Methods in software.amazon.awssdk.services.chime.model with parameters of type NotificationTarget Modifier and Type Method Description StreamingNotificationTarget.BuilderStreamingNotificationTarget.Builder. notificationTarget(NotificationTarget notificationTarget)The streaming notification target.
-