Uses of Class
software.amazon.awssdk.services.rekognition.model.StopStreamProcessorResponse
-
Packages that use StopStreamProcessorResponse 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 StopStreamProcessorResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return StopStreamProcessorResponse Modifier and Type Method Description default StopStreamProcessorResponseRekognitionClient. stopStreamProcessor(Consumer<StopStreamProcessorRequest.Builder> stopStreamProcessorRequest)Stops a running stream processor that was created by CreateStreamProcessor.default StopStreamProcessorResponseRekognitionClient. stopStreamProcessor(StopStreamProcessorRequest stopStreamProcessorRequest)Stops a running stream processor that was created by CreateStreamProcessor.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type StopStreamProcessorResponse Modifier and Type Method Description default CompletableFuture<StopStreamProcessorResponse>RekognitionAsyncClient. stopStreamProcessor(Consumer<StopStreamProcessorRequest.Builder> stopStreamProcessorRequest)Stops a running stream processor that was created by CreateStreamProcessor.default CompletableFuture<StopStreamProcessorResponse>RekognitionAsyncClient. stopStreamProcessor(StopStreamProcessorRequest stopStreamProcessorRequest)Stops a running stream processor that was created by CreateStreamProcessor.
-