Uses of Class
com.oracle.bmc.iot.model.CreateIotDomainDetails
-
Packages that use CreateIotDomainDetails Package Description com.oracle.bmc.iot.model com.oracle.bmc.iot.requests -
-
Uses of CreateIotDomainDetails in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return CreateIotDomainDetails Modifier and Type Method Description CreateIotDomainDetails
CreateIotDomainDetails.Builder. build()
Methods in com.oracle.bmc.iot.model with parameters of type CreateIotDomainDetails Modifier and Type Method Description CreateIotDomainDetails.Builder
CreateIotDomainDetails.Builder. copy(CreateIotDomainDetails model)
-
Uses of CreateIotDomainDetails in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return CreateIotDomainDetails Modifier and Type Method Description CreateIotDomainDetails
CreateIotDomainRequest. getBody$()
Alternative accessor for the body parameter.CreateIotDomainDetails
CreateIotDomainRequest. getCreateIotDomainDetails()
Details for the new IoT domain.Methods in com.oracle.bmc.iot.requests with parameters of type CreateIotDomainDetails Modifier and Type Method Description CreateIotDomainRequest.Builder
CreateIotDomainRequest.Builder. body$(CreateIotDomainDetails body)
Alternative setter for the body parameter.CreateIotDomainRequest.Builder
CreateIotDomainRequest.Builder. createIotDomainDetails(CreateIotDomainDetails createIotDomainDetails)
Details for the new IoT domain.
-