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.iot
Methods 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 theIotDomainGroupSummary
objects contained in responses from the listIotDomainGroups operation. -
Uses of IotDomainGroupSummary in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotDomainGroupSummary Modifier and Type Method Description IotDomainGroupSummary
IotDomainGroupSummary.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.Builder
IotDomainGroupSummary.Builder. copy(IotDomainGroupSummary model)
Method parameters in com.oracle.bmc.iot.model with type arguments of type IotDomainGroupSummary Modifier and Type Method Description IotDomainGroupCollection.Builder
IotDomainGroupCollection.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.
-