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