Uses of Class
com.oracle.bmc.iot.model.IotFlowRuntimeSummary
-
Packages that use IotFlowRuntimeSummary Package Description com.oracle.bmc.iot com.oracle.bmc.iot.model -
-
Uses of IotFlowRuntimeSummary in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return types with arguments of type IotFlowRuntimeSummary Modifier and Type Method Description Iterable<IotFlowRuntimeSummary>IotPaginators. listIotFlowRuntimesRecordIterator(ListIotFlowRuntimesRequest request)Creates a new iterable which will iterate over theIotFlowRuntimeSummaryobjects contained in responses from the listIotFlowRuntimes operation. -
Uses of IotFlowRuntimeSummary in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotFlowRuntimeSummary Modifier and Type Method Description IotFlowRuntimeSummaryIotFlowRuntimeSummary.Builder. build()Methods in com.oracle.bmc.iot.model that return types with arguments of type IotFlowRuntimeSummary Modifier and Type Method Description List<IotFlowRuntimeSummary>IotFlowRuntimeCollection. getItems()The list of IoT flow runtime summary items.Methods in com.oracle.bmc.iot.model with parameters of type IotFlowRuntimeSummary Modifier and Type Method Description IotFlowRuntimeSummary.BuilderIotFlowRuntimeSummary.Builder. copy(IotFlowRuntimeSummary model)Method parameters in com.oracle.bmc.iot.model with type arguments of type IotFlowRuntimeSummary Modifier and Type Method Description IotFlowRuntimeCollection.BuilderIotFlowRuntimeCollection.Builder. items(List<IotFlowRuntimeSummary> items)The list of IoT flow runtime summary items.Constructor parameters in com.oracle.bmc.iot.model with type arguments of type IotFlowRuntimeSummary Constructor Description IotFlowRuntimeCollection(List<IotFlowRuntimeSummary> items)Deprecated.
-