Uses of Class
software.amazon.awssdk.services.rekognition.model.StreamProcessorNotificationChannel
-
Packages that use StreamProcessorNotificationChannel Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of StreamProcessorNotificationChannel in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return StreamProcessorNotificationChannel Modifier and Type Method Description StreamProcessorNotificationChannelCreateStreamProcessorRequest. notificationChannel()Returns the value of the NotificationChannel property for this object.StreamProcessorNotificationChannelDescribeStreamProcessorResponse. notificationChannel()Returns the value of the NotificationChannel property for this object.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type StreamProcessorNotificationChannel Modifier and Type Method Description CreateStreamProcessorRequest.BuilderCreateStreamProcessorRequest.Builder. notificationChannel(StreamProcessorNotificationChannel notificationChannel)Sets the value of the NotificationChannel property for this object.DescribeStreamProcessorResponse.BuilderDescribeStreamProcessorResponse.Builder. notificationChannel(StreamProcessorNotificationChannel notificationChannel)Sets the value of the NotificationChannel property for this object.
-