| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
KinesisDataStream |
KinesisDataStream.clone() |
KinesisDataStream |
StreamProcessorOutput.getKinesisDataStream()
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
KinesisDataStream |
KinesisDataStream.withArn(String arn)
ARN of the output Amazon Kinesis Data Streams stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamProcessorOutput.setKinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
StreamProcessorOutput |
StreamProcessorOutput.withKinesisDataStream(KinesisDataStream kinesisDataStream)
The Amazon Kinesis Data Streams stream to which the Amazon Rekognition stream processor streams the analysis
results.
|
Copyright © 2020. All rights reserved.