Uses of Class
com.oracle.bmc.iot.model.IotDomainSummary
-
Packages that use IotDomainSummary Package Description com.oracle.bmc.iot com.oracle.bmc.iot.model -
-
Uses of IotDomainSummary in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return types with arguments of type IotDomainSummary Modifier and Type Method Description Iterable<IotDomainSummary>
IotPaginators. listIotDomainsRecordIterator(ListIotDomainsRequest request)
Creates a new iterable which will iterate over theIotDomainSummary
objects contained in responses from the listIotDomains operation. -
Uses of IotDomainSummary in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotDomainSummary Modifier and Type Method Description IotDomainSummary
IotDomainSummary.Builder. build()
Methods in com.oracle.bmc.iot.model that return types with arguments of type IotDomainSummary Modifier and Type Method Description List<IotDomainSummary>
IotDomainCollection. getItems()
List of IoT domains.Methods in com.oracle.bmc.iot.model with parameters of type IotDomainSummary Modifier and Type Method Description IotDomainSummary.Builder
IotDomainSummary.Builder. copy(IotDomainSummary model)
Method parameters in com.oracle.bmc.iot.model with type arguments of type IotDomainSummary Modifier and Type Method Description IotDomainCollection.Builder
IotDomainCollection.Builder. items(List<IotDomainSummary> items)
List of IoT domains.Constructor parameters in com.oracle.bmc.iot.model with type arguments of type IotDomainSummary Constructor Description IotDomainCollection(List<IotDomainSummary> items)
Deprecated.
-