Uses of Class
software.amazon.awssdk.services.rekognition.model.ListStreamProcessorsRequest
-
Packages that use ListStreamProcessorsRequest 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 -
-
Uses of ListStreamProcessorsRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type ListStreamProcessorsRequest Modifier and Type Method Description default CompletableFuture<ListStreamProcessorsResponse>RekognitionAsyncClient. listStreamProcessors(ListStreamProcessorsRequest listStreamProcessorsRequest)Gets a list of stream processors that you have created with CreateStreamProcessor.default ListStreamProcessorsResponseRekognitionClient. listStreamProcessors(ListStreamProcessorsRequest 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.default ListStreamProcessorsIterableRekognitionClient. listStreamProcessorsPaginator(ListStreamProcessorsRequest listStreamProcessorsRequest)Gets a list of stream processors that you have created with CreateStreamProcessor. -
Uses of ListStreamProcessorsRequest in software.amazon.awssdk.services.rekognition.paginators
Constructors in software.amazon.awssdk.services.rekognition.paginators with parameters of type ListStreamProcessorsRequest Constructor Description ListStreamProcessorsIterable(RekognitionClient client, ListStreamProcessorsRequest firstRequest)ListStreamProcessorsPublisher(RekognitionAsyncClient client, ListStreamProcessorsRequest firstRequest) -
Uses of ListStreamProcessorsRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type ListStreamProcessorsRequest Modifier and Type Method Description SdkHttpFullRequestListStreamProcessorsRequestMarshaller. marshall(ListStreamProcessorsRequest listStreamProcessorsRequest)
-