Uses of Class
software.amazon.awssdk.services.iotanalytics.model.EstimatedResourceSize
-
Packages that use EstimatedResourceSize Package Description software.amazon.awssdk.services.iotanalytics.model -
-
Uses of EstimatedResourceSize in software.amazon.awssdk.services.iotanalytics.model
Methods in software.amazon.awssdk.services.iotanalytics.model that return EstimatedResourceSize Modifier and Type Method Description EstimatedResourceSizeChannelStatistics. size()The estimated size of the channel.EstimatedResourceSizeDatastoreStatistics. size()The estimated size of the data store.Methods in software.amazon.awssdk.services.iotanalytics.model with parameters of type EstimatedResourceSize Modifier and Type Method Description ChannelStatistics.BuilderChannelStatistics.Builder. size(EstimatedResourceSize size)The estimated size of the channel.DatastoreStatistics.BuilderDatastoreStatistics.Builder. size(EstimatedResourceSize size)The estimated size of the data store.
-