| 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 |
|---|---|
Future<ListStreamProcessorsResult> |
AmazonRekognitionAsyncClient.listStreamProcessorsAsync(ListStreamProcessorsRequest request,
AsyncHandler<ListStreamProcessorsRequest,ListStreamProcessorsResult> asyncHandler) |
Future<ListStreamProcessorsResult> |
AbstractAmazonRekognitionAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamProcessorsRequest |
ListStreamProcessorsRequest.clone() |
ListStreamProcessorsRequest |
ListStreamProcessorsRequest.withMaxResults(Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
|
ListStreamProcessorsRequest |
ListStreamProcessorsRequest.withNextToken(String nextToken)
If the previous response was incomplete (because there are more stream processors to retrieve), Amazon
Rekognition Video returns a pagination token in the response.
|
Copyright © 2024. All rights reserved.