Uses of Class
software.amazon.awssdk.services.rekognition.paginators.ListStreamProcessorsPublisher
-
Packages that use ListStreamProcessorsPublisher 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. -
-
Uses of ListStreamProcessorsPublisher in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return ListStreamProcessorsPublisher Modifier and Type Method Description default ListStreamProcessorsPublisherRekognitionAsyncClient. listStreamProcessorsPaginator()Gets a list of stream processors that you have created with CreateStreamProcessor.default ListStreamProcessorsPublisherRekognitionAsyncClient. listStreamProcessorsPaginator(Consumer<ListStreamProcessorsRequest.Builder> listStreamProcessorsRequest)Gets a list of stream processors that you have created with CreateStreamProcessor.default ListStreamProcessorsPublisherRekognitionAsyncClient. listStreamProcessorsPaginator(ListStreamProcessorsRequest listStreamProcessorsRequest)Gets a list of stream processors that you have created with CreateStreamProcessor.
-