Uses of Class
software.amazon.awssdk.services.rekognition.model.ListStreamProcessorsResponse
-
Packages that use ListStreamProcessorsResponse 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 -
-
Uses of ListStreamProcessorsResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return ListStreamProcessorsResponse Modifier and Type Method Description default ListStreamProcessorsResponseRekognitionClient. listStreamProcessors()Gets a list of stream processors that you have created with CreateStreamProcessor.default ListStreamProcessorsResponseRekognitionClient. listStreamProcessors(Consumer<ListStreamProcessorsRequest.Builder> 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.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type ListStreamProcessorsResponse Modifier and Type Method 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. -
Uses of ListStreamProcessorsResponse in software.amazon.awssdk.services.rekognition.paginators
Methods in software.amazon.awssdk.services.rekognition.paginators that return types with arguments of type ListStreamProcessorsResponse Modifier and Type Method Description Iterator<ListStreamProcessorsResponse>ListStreamProcessorsIterable. iterator()Method parameters in software.amazon.awssdk.services.rekognition.paginators with type arguments of type ListStreamProcessorsResponse Modifier and Type Method Description voidListStreamProcessorsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListStreamProcessorsResponse> subscriber)
-