Uses of Class
software.amazon.awssdk.services.rekognition.model.StreamProcessor
-
Packages that use StreamProcessor Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of StreamProcessor in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type StreamProcessor Modifier and Type Method Description List<StreamProcessor>ListStreamProcessorsResponse. streamProcessors()List of stream processors that you have created.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type StreamProcessor Modifier and Type Method Description ListStreamProcessorsResponse.BuilderListStreamProcessorsResponse.Builder. streamProcessors(StreamProcessor... streamProcessors)List of stream processors that you have created.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type StreamProcessor Modifier and Type Method Description ListStreamProcessorsResponse.BuilderListStreamProcessorsResponse.Builder. streamProcessors(Collection<StreamProcessor> streamProcessors)List of stream processors that you have created.
-