Uses of Class
software.amazon.awssdk.services.rekognition.model.StopStreamProcessorRequest
-
Packages that use StopStreamProcessorRequest 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.transform -
-
Uses of StopStreamProcessorRequest in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition with parameters of type StopStreamProcessorRequest Modifier and Type Method Description default CompletableFuture<StopStreamProcessorResponse>RekognitionAsyncClient. stopStreamProcessor(StopStreamProcessorRequest 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. -
Uses of StopStreamProcessorRequest in software.amazon.awssdk.services.rekognition.transform
Methods in software.amazon.awssdk.services.rekognition.transform with parameters of type StopStreamProcessorRequest Modifier and Type Method Description SdkHttpFullRequestStopStreamProcessorRequestMarshaller. marshall(StopStreamProcessorRequest stopStreamProcessorRequest)
-