Uses of Class
software.amazon.awssdk.services.rekognition.model.StartStreamProcessorResponse
-
Packages that use StartStreamProcessorResponse 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 StartStreamProcessorResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return StartStreamProcessorResponse Modifier and Type Method Description default StartStreamProcessorResponseRekognitionClient. startStreamProcessor(Consumer<StartStreamProcessorRequest.Builder> startStreamProcessorRequest)Starts processing a stream processor.default StartStreamProcessorResponseRekognitionClient. startStreamProcessor(StartStreamProcessorRequest startStreamProcessorRequest)Starts processing a stream processor.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type StartStreamProcessorResponse Modifier and Type Method Description default CompletableFuture<StartStreamProcessorResponse>RekognitionAsyncClient. startStreamProcessor(Consumer<StartStreamProcessorRequest.Builder> startStreamProcessorRequest)Starts processing a stream processor.default CompletableFuture<StartStreamProcessorResponse>RekognitionAsyncClient. startStreamProcessor(StartStreamProcessorRequest startStreamProcessorRequest)Starts processing a stream processor.
-