Uses of Class
com.oracle.bmc.iot.model.IotDomain
-
Packages that use IotDomain Package Description com.oracle.bmc.iot.model com.oracle.bmc.iot.responses -
-
Uses of IotDomain in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return IotDomain Modifier and Type Method Description IotDomain
IotDomain.Builder. build()
Methods in com.oracle.bmc.iot.model with parameters of type IotDomain Modifier and Type Method Description IotDomain.Builder
IotDomain.Builder. copy(IotDomain model)
-
Uses of IotDomain in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return IotDomain Modifier and Type Method Description IotDomain
CreateIotDomainResponse. getIotDomain()
The returned IotDomain instance.IotDomain
GetIotDomainResponse. getIotDomain()
The returned IotDomain instance.Methods in com.oracle.bmc.iot.responses with parameters of type IotDomain Modifier and Type Method Description CreateIotDomainResponse.Builder
CreateIotDomainResponse.Builder. iotDomain(IotDomain iotDomain)
The returned IotDomain instance.GetIotDomainResponse.Builder
GetIotDomainResponse.Builder. iotDomain(IotDomain iotDomain)
The returned IotDomain instance.
-