Uses of Class
software.amazon.awssdk.services.iotanalytics.model.ChannelStorage
-
Packages that use ChannelStorage Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of ChannelStorage in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return ChannelStorage Modifier and Type Method Description ChannelStorageCreateChannelRequest. channelStorage()Where channel data is stored.ChannelStorageUpdateChannelRequest. channelStorage()Where channel data is stored.ChannelStorageChannel. storage()Where channel data is stored.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type ChannelStorage Modifier and Type Method Description CreateChannelRequest.BuilderCreateChannelRequest.Builder. channelStorage(ChannelStorage channelStorage)Where channel data is stored.UpdateChannelRequest.BuilderUpdateChannelRequest.Builder. channelStorage(ChannelStorage channelStorage)Where channel data is stored.Channel.BuilderChannel.Builder. storage(ChannelStorage storage)Where channel data is stored.
-