| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the API Reference for Amazon
Rekognition Image, Amazon
Rekognition Custom Labels, Amazon
Rekognition Stored Video, Amazon
Rekognition Streaming Video.
|
| software.amazon.awssdk.services.rekognition.paginators | |
| software.amazon.awssdk.services.rekognition.transform |
| Modifier and Type | Method and Description |
|---|---|
default ListStreamProcessorsResponse |
RekognitionClient.listStreamProcessors(ListStreamProcessorsRequest listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default CompletableFuture<ListStreamProcessorsResponse> |
RekognitionAsyncClient.listStreamProcessors(ListStreamProcessorsRequest listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsIterable |
RekognitionClient.listStreamProcessorsPaginator(ListStreamProcessorsRequest listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsPublisher |
RekognitionAsyncClient.listStreamProcessorsPaginator(ListStreamProcessorsRequest listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
| Constructor and Description |
|---|
ListStreamProcessorsIterable(RekognitionClient client,
ListStreamProcessorsRequest firstRequest) |
ListStreamProcessorsPublisher(RekognitionAsyncClient client,
ListStreamProcessorsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListStreamProcessorsRequestMarshaller.marshall(ListStreamProcessorsRequest listStreamProcessorsRequest) |
Copyright © 2023. All rights reserved.