| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static NotificationChannel.Builder |
NotificationChannel.builder() |
NotificationChannel.Builder |
NotificationChannel.Builder.roleArn(String roleArn)
The ARN of an IAM role that gives Amazon Rekognition publishing permissions to the Amazon SNS topic.
|
NotificationChannel.Builder |
NotificationChannel.Builder.snsTopicArn(String snsTopicArn)
The Amazon SNS topic to which Amazon Rekognition to posts the completion status.
|
NotificationChannel.Builder |
NotificationChannel.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends NotificationChannel.Builder> |
NotificationChannel.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartFaceDetectionRequest.Builder |
StartFaceDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> 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.
|
default StartFaceSearchRequest.Builder |
StartFaceSearchRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The ARN of the Amazon SNS topic to which you want Amazon Rekognition Video to publish the completion status
of the search.
|
default StartContentModerationRequest.Builder |
StartContentModerationRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the
unsafe content analysis to.
|
default StartPersonTrackingRequest.Builder |
StartPersonTrackingRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the people
detection operation to.
|
default StartCelebrityRecognitionRequest.Builder |
StartCelebrityRecognitionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The Amazon SNS topic ARN that you want Amazon Rekognition Video to publish the completion status of the
celebrity recognition analysis to.
|
default StartLabelDetectionRequest.Builder |
StartLabelDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
The Amazon SNS topic ARN you want Amazon Rekognition Video to publish the completion status of the label
detection operation to.
|
default StartTextDetectionRequest.Builder |
StartTextDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> notificationChannel)
Sets the value of the NotificationChannel property for this object.
|
default StartSegmentDetectionRequest.Builder |
StartSegmentDetectionRequest.Builder.notificationChannel(Consumer<NotificationChannel.Builder> 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.
|
Copyright © 2021. All rights reserved.