Uses of Class
com.oracle.bmc.iot.model.UpdateIotDomainDetails
-
Packages that use UpdateIotDomainDetails Package Description com.oracle.bmc.iot.model com.oracle.bmc.iot.requests -
-
Uses of UpdateIotDomainDetails in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return UpdateIotDomainDetails Modifier and Type Method Description UpdateIotDomainDetails
UpdateIotDomainDetails.Builder. build()
Methods in com.oracle.bmc.iot.model with parameters of type UpdateIotDomainDetails Modifier and Type Method Description UpdateIotDomainDetails.Builder
UpdateIotDomainDetails.Builder. copy(UpdateIotDomainDetails model)
-
Uses of UpdateIotDomainDetails in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return UpdateIotDomainDetails Modifier and Type Method Description UpdateIotDomainDetails
UpdateIotDomainRequest. getBody$()
Alternative accessor for the body parameter.UpdateIotDomainDetails
UpdateIotDomainRequest. getUpdateIotDomainDetails()
The IoT domain details to be updated.Methods in com.oracle.bmc.iot.requests with parameters of type UpdateIotDomainDetails Modifier and Type Method Description UpdateIotDomainRequest.Builder
UpdateIotDomainRequest.Builder. body$(UpdateIotDomainDetails body)
Alternative setter for the body parameter.UpdateIotDomainRequest.Builder
UpdateIotDomainRequest.Builder. updateIotDomainDetails(UpdateIotDomainDetails updateIotDomainDetails)
The IoT domain details to be updated.
-