| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition |
This is the Amazon Rekognition API reference.
|
| software.amazon.awssdk.services.rekognition.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListStreamProcessorsResponse |
RekognitionClient.listStreamProcessors()
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsResponse |
RekognitionClient.listStreamProcessors(Consumer<ListStreamProcessorsRequest.Builder> listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsResponse |
RekognitionClient.listStreamProcessors(ListStreamProcessorsRequest listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListStreamProcessorsResponse> |
RekognitionAsyncClient.listStreamProcessors()
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default CompletableFuture<ListStreamProcessorsResponse> |
RekognitionAsyncClient.listStreamProcessors(Consumer<ListStreamProcessorsRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListStreamProcessorsResponse> |
ListStreamProcessorsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamProcessorsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListStreamProcessorsResponse> subscriber) |
Copyright © 2021. All rights reserved.