Uses of Class
software.amazon.awssdk.services.textract.model.NotificationChannel
-
Packages that use NotificationChannel Package Description software.amazon.awssdk.services.textract.model -
-
Uses of NotificationChannel in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return NotificationChannel Modifier and Type Method Description NotificationChannelStartDocumentAnalysisRequest. notificationChannel()The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.NotificationChannelStartDocumentTextDetectionRequest. notificationChannel()The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.NotificationChannelStartExpenseAnalysisRequest. notificationChannel()The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.NotificationChannelStartLendingAnalysisRequest. notificationChannel()Returns the value of the NotificationChannel property for this object.Methods in software.amazon.awssdk.services.textract.model with parameters of type NotificationChannel Modifier and Type Method Description StartDocumentAnalysisRequest.BuilderStartDocumentAnalysisRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.StartDocumentTextDetectionRequest.BuilderStartDocumentTextDetectionRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.StartExpenseAnalysisRequest.BuilderStartExpenseAnalysisRequest.Builder. notificationChannel(NotificationChannel notificationChannel)The Amazon SNS topic ARN that you want Amazon Textract to publish the completion status of the operation to.StartLendingAnalysisRequest.BuilderStartLendingAnalysisRequest.Builder. notificationChannel(NotificationChannel notificationChannel)Sets the value of the NotificationChannel property for this object.
-