Uses of Class
software.amazon.awssdk.services.iot.model.StreamFile
-
Packages that use StreamFile Package Description software.amazon.awssdk.services.iot.model -
-
Uses of StreamFile in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type StreamFile Modifier and Type Method Description List<StreamFile>CreateStreamRequest. files()The files to stream.List<StreamFile>StreamInfo. files()The files to stream.List<StreamFile>UpdateStreamRequest. files()The files associated with the stream.Methods in software.amazon.awssdk.services.iot.model with parameters of type StreamFile Modifier and Type Method Description CreateStreamRequest.BuilderCreateStreamRequest.Builder. files(StreamFile... files)The files to stream.StreamInfo.BuilderStreamInfo.Builder. files(StreamFile... files)The files to stream.UpdateStreamRequest.BuilderUpdateStreamRequest.Builder. files(StreamFile... files)The files associated with the stream.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type StreamFile Modifier and Type Method Description CreateStreamRequest.BuilderCreateStreamRequest.Builder. files(Collection<StreamFile> files)The files to stream.StreamInfo.BuilderStreamInfo.Builder. files(Collection<StreamFile> files)The files to stream.UpdateStreamRequest.BuilderUpdateStreamRequest.Builder. files(Collection<StreamFile> files)The files associated with the stream.
-