Uses of Class
com.oracle.bmc.iot.model.IotDomainGroupCollection
-
Packages that use IotDomainGroupCollection Package Description com.oracle.bmc.iot.model com.oracle.bmc.iot.responses -
-
Uses of IotDomainGroupCollection in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotDomainGroupCollection Modifier and Type Method Description IotDomainGroupCollection
IotDomainGroupCollection.Builder. build()
Methods in com.oracle.bmc.iot.model with parameters of type IotDomainGroupCollection Modifier and Type Method Description IotDomainGroupCollection.Builder
IotDomainGroupCollection.Builder. copy(IotDomainGroupCollection model)
-
Uses of IotDomainGroupCollection in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return IotDomainGroupCollection Modifier and Type Method Description IotDomainGroupCollection
ListIotDomainGroupsResponse. getIotDomainGroupCollection()
The returned IotDomainGroupCollection instance.Methods in com.oracle.bmc.iot.responses with parameters of type IotDomainGroupCollection Modifier and Type Method Description ListIotDomainGroupsResponse.Builder
ListIotDomainGroupsResponse.Builder. iotDomainGroupCollection(IotDomainGroupCollection iotDomainGroupCollection)
The returned IotDomainGroupCollection instance.
-