Uses of Class
software.amazon.awssdk.services.chimesdkvoice.model.StreamingNotificationTarget
-
Packages that use StreamingNotificationTarget Package Description software.amazon.awssdk.services.chimesdkvoice.model -
-
Uses of StreamingNotificationTarget in software.amazon.awssdk.services.chimesdkvoice.model
Methods in software.amazon.awssdk.services.chimesdkvoice.model that return types with arguments of type StreamingNotificationTarget Modifier and Type Method Description List<StreamingNotificationTarget>StreamingConfiguration. streamingNotificationTargets()The streaming notification targets.Methods in software.amazon.awssdk.services.chimesdkvoice.model with parameters of type StreamingNotificationTarget Modifier and Type Method Description StreamingConfiguration.BuilderStreamingConfiguration.Builder. streamingNotificationTargets(StreamingNotificationTarget... streamingNotificationTargets)The streaming notification targets.Method parameters in software.amazon.awssdk.services.chimesdkvoice.model with type arguments of type StreamingNotificationTarget Modifier and Type Method Description StreamingConfiguration.BuilderStreamingConfiguration.Builder. streamingNotificationTargets(Collection<StreamingNotificationTarget> streamingNotificationTargets)The streaming notification targets.
-