| 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.model |
| Modifier and Type | Method and Description |
|---|---|
default ListStreamProcessorsResponse |
RekognitionClient.listStreamProcessors(Consumer<ListStreamProcessorsRequest.Builder> listStreamProcessorsRequest)
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 ListStreamProcessorsIterable |
RekognitionClient.listStreamProcessorsPaginator(Consumer<ListStreamProcessorsRequest.Builder> listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
default ListStreamProcessorsPublisher |
RekognitionAsyncClient.listStreamProcessorsPaginator(Consumer<ListStreamProcessorsRequest.Builder> listStreamProcessorsRequest)
Gets a list of stream processors that you have created with CreateStreamProcessor.
|
| Modifier and Type | Method and Description |
|---|---|
static ListStreamProcessorsRequest.Builder |
ListStreamProcessorsRequest.builder() |
ListStreamProcessorsRequest.Builder |
ListStreamProcessorsRequest.Builder.maxResults(Integer maxResults)
Maximum number of stream processors you want Amazon Rekognition Video to return in the response.
|
ListStreamProcessorsRequest.Builder |
ListStreamProcessorsRequest.Builder.nextToken(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.
|
ListStreamProcessorsRequest.Builder |
ListStreamProcessorsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListStreamProcessorsRequest.Builder |
ListStreamProcessorsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListStreamProcessorsRequest.Builder |
ListStreamProcessorsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListStreamProcessorsRequest.Builder> |
ListStreamProcessorsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.