| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
NotificationChannel.clone() |
NotificationChannel |
StartTextDetectionRequest.getNotificationChannel() |
NotificationChannel |
StartSegmentDetectionRequest.getNotificationChannel()
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the segment detection operation.
|
NotificationChannel |
StartLabelDetectionRequest.getNotificationChannel()
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label
detection operation to.
|
NotificationChannel |
StartFaceSearchRequest.getNotificationChannel()
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the search.
|
NotificationChannel |
StartContentModerationRequest.getNotificationChannel()
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the content
analysis to.
|
NotificationChannel |
StartCelebrityRecognitionRequest.getNotificationChannel()
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity
recognition analysis to.
|
NotificationChannel |
StartFaceDetectionRequest.getNotificationChannel()
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the face detection operation.
|
NotificationChannel |
StartPersonTrackingRequest.getNotificationChannel()
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people
detection operation to.
|
NotificationChannel |
NotificationChannel.withRoleArn(String roleArn)
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
|
NotificationChannel |
NotificationChannel.withSNSTopicArn(String sNSTopicArn)
The Amazon SNS topic to which Amazon Rekognition posts the completion status.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartTextDetectionRequest.setNotificationChannel(NotificationChannel notificationChannel) |
void |
StartSegmentDetectionRequest.setNotificationChannel(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.
|
void |
StartLabelDetectionRequest.setNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label
detection operation to.
|
void |
StartFaceSearchRequest.setNotificationChannel(NotificationChannel notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the search.
|
void |
StartContentModerationRequest.setNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the content
analysis to.
|
void |
StartCelebrityRecognitionRequest.setNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity
recognition analysis to.
|
void |
StartFaceDetectionRequest.setNotificationChannel(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.
|
void |
StartPersonTrackingRequest.setNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people
detection operation to.
|
StartTextDetectionRequest |
StartTextDetectionRequest.withNotificationChannel(NotificationChannel notificationChannel) |
StartSegmentDetectionRequest |
StartSegmentDetectionRequest.withNotificationChannel(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.
|
StartLabelDetectionRequest |
StartLabelDetectionRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label
detection operation to.
|
StartFaceSearchRequest |
StartFaceSearchRequest.withNotificationChannel(NotificationChannel notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status of
the search.
|
StartContentModerationRequest |
StartContentModerationRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the content
analysis to.
|
StartCelebrityRecognitionRequest |
StartCelebrityRecognitionRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the celebrity
recognition analysis to.
|
StartFaceDetectionRequest |
StartFaceDetectionRequest.withNotificationChannel(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.
|
StartPersonTrackingRequest |
StartPersonTrackingRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people
detection operation to.
|
Copyright © 2023. All rights reserved.