Uses of Class
com.oracle.bmc.iot.model.IotDomainGroupSummary
- 
Packages that use IotDomainGroupSummary Package Description com.oracle.bmc.iot com.oracle.bmc.iot.model 
- 
- 
Uses of IotDomainGroupSummary in com.oracle.bmc.iotMethods in com.oracle.bmc.iot that return types with arguments of type IotDomainGroupSummary Modifier and Type Method Description Iterable<IotDomainGroupSummary>IotPaginators. listIotDomainGroupsRecordIterator(ListIotDomainGroupsRequest request)Creates a new iterable which will iterate over theIotDomainGroupSummaryobjects contained in responses from the listIotDomainGroups operation.
- 
Uses of IotDomainGroupSummary in com.oracle.bmc.iot.modelMethods in com.oracle.bmc.iot.model that return IotDomainGroupSummary Modifier and Type Method Description IotDomainGroupSummaryIotDomainGroupSummary.Builder. build()Methods in com.oracle.bmc.iot.model that return types with arguments of type IotDomainGroupSummary Modifier and Type Method Description List<IotDomainGroupSummary>IotDomainGroupCollection. getItems()List of IoT Domain Group.Methods in com.oracle.bmc.iot.model with parameters of type IotDomainGroupSummary Modifier and Type Method Description IotDomainGroupSummary.BuilderIotDomainGroupSummary.Builder. copy(IotDomainGroupSummary model)Method parameters in com.oracle.bmc.iot.model with type arguments of type IotDomainGroupSummary Modifier and Type Method Description IotDomainGroupCollection.BuilderIotDomainGroupCollection.Builder. items(List<IotDomainGroupSummary> items)List of IoT Domain Group.Constructor parameters in com.oracle.bmc.iot.model with type arguments of type IotDomainGroupSummary Constructor Description IotDomainGroupCollection(List<IotDomainGroupSummary> items)Deprecated.
 
-