Uses of Class
com.oracle.bmc.iot.model.UpdateIotFlowRuntimeDetails
-
Packages that use UpdateIotFlowRuntimeDetails Package Description com.oracle.bmc.iot.model com.oracle.bmc.iot.requests -
-
Uses of UpdateIotFlowRuntimeDetails in com.oracle.bmc.iot.model
Methods in com.oracle.bmc.iot.model that return UpdateIotFlowRuntimeDetails Modifier and Type Method Description UpdateIotFlowRuntimeDetailsUpdateIotFlowRuntimeDetails.Builder. build()Methods in com.oracle.bmc.iot.model with parameters of type UpdateIotFlowRuntimeDetails Modifier and Type Method Description UpdateIotFlowRuntimeDetails.BuilderUpdateIotFlowRuntimeDetails.Builder. copy(UpdateIotFlowRuntimeDetails model) -
Uses of UpdateIotFlowRuntimeDetails in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return UpdateIotFlowRuntimeDetails Modifier and Type Method Description UpdateIotFlowRuntimeDetailsUpdateIotFlowRuntimeRequest. getBody$()Alternative accessor for the body parameter.UpdateIotFlowRuntimeDetailsUpdateIotFlowRuntimeRequest. getUpdateIotFlowRuntimeDetails()The IoT flow runtime details to be updated.Methods in com.oracle.bmc.iot.requests with parameters of type UpdateIotFlowRuntimeDetails Modifier and Type Method Description UpdateIotFlowRuntimeRequest.BuilderUpdateIotFlowRuntimeRequest.Builder. body$(UpdateIotFlowRuntimeDetails body)Alternative setter for the body parameter.UpdateIotFlowRuntimeRequest.BuilderUpdateIotFlowRuntimeRequest.Builder. updateIotFlowRuntimeDetails(UpdateIotFlowRuntimeDetails updateIotFlowRuntimeDetails)The IoT flow runtime details to be updated.
-