| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
StreamProcessor |
StreamProcessor.clone() |
StreamProcessor |
StreamProcessor.withName(String name)
Name of the Amazon Rekognition stream processor.
|
StreamProcessor |
StreamProcessor.withStatus(StreamProcessorStatus status)
Current status of the Amazon Rekognition stream processor.
|
StreamProcessor |
StreamProcessor.withStatus(String status)
Current status of the Amazon Rekognition stream processor.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamProcessor> |
ListStreamProcessorsResult.getStreamProcessors()
List of stream processors that you have created.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamProcessorsResult |
ListStreamProcessorsResult.withStreamProcessors(StreamProcessor... streamProcessors)
List of stream processors that you have created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamProcessorsResult.setStreamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
|
ListStreamProcessorsResult |
ListStreamProcessorsResult.withStreamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
|
Copyright © 2025. All rights reserved.