| Package | Description |
|---|---|
| com.amazonaws.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
ListStreamProcessorsResult |
AmazonRekognitionClient.listStreamProcessors(ListStreamProcessorsRequest request)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
ListStreamProcessorsResult |
AmazonRekognition.listStreamProcessors(ListStreamProcessorsRequest listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
ListStreamProcessorsResult |
AbstractAmazonRekognition.listStreamProcessors(ListStreamProcessorsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListStreamProcessorsResult> |
AmazonRekognitionAsyncClient.listStreamProcessorsAsync(ListStreamProcessorsRequest request,
AsyncHandler<ListStreamProcessorsRequest,ListStreamProcessorsResult> asyncHandler) |
Future<ListStreamProcessorsResult> |
AmazonRekognitionAsync.listStreamProcessorsAsync(ListStreamProcessorsRequest listStreamProcessorsRequest,
AsyncHandler<ListStreamProcessorsRequest,ListStreamProcessorsResult> asyncHandler)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
Future<ListStreamProcessorsResult> |
AbstractAmazonRekognitionAsync.listStreamProcessorsAsync(ListStreamProcessorsRequest request,
AsyncHandler<ListStreamProcessorsRequest,ListStreamProcessorsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListStreamProcessorsResult |
ListStreamProcessorsResult.clone() |
ListStreamProcessorsResult |
ListStreamProcessorsResult.withNextToken(String nextToken)
If the response is truncated, Amazon Rekognition Video returns this token that you can use in the subsequent
request to retrieve the next set of stream processors.
|
ListStreamProcessorsResult |
ListStreamProcessorsResult.withStreamProcessors(Collection<StreamProcessor> streamProcessors)
List of stream processors that you have created.
|
ListStreamProcessorsResult |
ListStreamProcessorsResult.withStreamProcessors(StreamProcessor... streamProcessors)
List of stream processors that you have created.
|
Copyright © 2023. All rights reserved.