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