| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
NotificationChannel.clone() |
NotificationChannel |
StartDocumentAnalysisRequest.getNotificationChannel()
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
NotificationChannel |
StartDocumentTextDetectionRequest.getNotificationChannel()
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
NotificationChannel |
NotificationChannel.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role that gives Amazon Textract publishing permissions to the Amazon SNS
topic.
|
NotificationChannel |
NotificationChannel.withSNSTopicArn(String sNSTopicArn)
The Amazon SNS topic that Amazon Textract posts the completion status to.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StartDocumentAnalysisRequest.setNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
void |
StartDocumentTextDetectionRequest.setNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
StartDocumentAnalysisRequest |
StartDocumentAnalysisRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
StartDocumentTextDetectionRequest |
StartDocumentTextDetectionRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
Copyright © 2019. All rights reserved.