Uses of Class
software.amazon.awssdk.services.rekognition.model.NotificationChannel
-
Packages that use NotificationChannel Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of NotificationChannel in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return NotificationChannel Modifier and Type Method Description NotificationChannelStartCelebrityRecognitionRequest. notificationChannel()The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity recognition analysis to.NotificationChannelStartContentModerationRequest. notificationChannel()The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the content analysis to.NotificationChannelStartFaceDetectionRequest. notificationChannel()The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the face detection operation.NotificationChannelStartFaceSearchRequest. notificationChannel()The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the search.NotificationChannelStartLabelDetectionRequest. notificationChannel()The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label detection operation to.NotificationChannelStartPersonTrackingRequest. notificationChannel()The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people detection operation to.NotificationChannelStartSegmentDetectionRequest. notificationChannel()The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the segment detection operation.NotificationChannelStartTextDetectionRequest. notificationChannel()Returns the value of the NotificationChannel property for this object.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type NotificationChannel Modifier and Type Method Description StartCelebrityRecognitionRequest.BuilderStartCelebrityRecognitionRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity recognition analysis to.StartContentModerationRequest.BuilderStartContentModerationRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the content analysis to.StartFaceDetectionRequest.BuilderStartFaceDetectionRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the face detection operation.StartFaceSearchRequest.BuilderStartFaceSearchRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the search.StartLabelDetectionRequest.BuilderStartLabelDetectionRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label detection operation to.StartPersonTrackingRequest.BuilderStartPersonTrackingRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people detection operation to.StartSegmentDetectionRequest.BuilderStartSegmentDetectionRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of the segment detection operation.StartTextDetectionRequest.BuilderStartTextDetectionRequest.Builder. notificationChannel(NotificationChannel notificationChannel)Sets the value of the NotificationChannel property for this object.
-