| Package | Description |
|---|---|
| com.amazonaws.services.textract.model |
| Modifier and Type | Method and Description |
|---|---|
NotificationChannel |
NotificationChannel.clone() |
NotificationChannel |
StartLendingAnalysisRequest.getNotificationChannel() |
NotificationChannel |
StartExpenseAnalysisRequest.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 |
StartDocumentAnalysisRequest.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 |
StartLendingAnalysisRequest.setNotificationChannel(NotificationChannel notificationChannel) |
void |
StartExpenseAnalysisRequest.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.
|
void |
StartDocumentAnalysisRequest.setNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
StartLendingAnalysisRequest |
StartLendingAnalysisRequest.withNotificationChannel(NotificationChannel notificationChannel) |
StartExpenseAnalysisRequest |
StartExpenseAnalysisRequest.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.
|
StartDocumentAnalysisRequest |
StartDocumentAnalysisRequest.withNotificationChannel(NotificationChannel notificationChannel)
The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.
|
Copyright © 2024. All rights reserved.