Uses of Class
com.oracle.bmc.iot.model.InvokeRawCommandDetails
- 
Packages that use InvokeRawCommandDetails Package Description com.oracle.bmc.iot.model com.oracle.bmc.iot.requests 
- 
- 
Uses of InvokeRawCommandDetails in com.oracle.bmc.iot.modelSubclasses of InvokeRawCommandDetails in com.oracle.bmc.iot.model Modifier and Type Class Description classInvokeRawBinaryCommandDetailsBinary data payload definition
 Note: Objects should always be created or deserialized using theInvokeRawBinaryCommandDetails.Builder.classInvokeRawJsonCommandDetailsJson data payload definition
 Note: Objects should always be created or deserialized using theInvokeRawJsonCommandDetails.Builder.classInvokeRawTextCommandDetailsText data payload definition
 Note: Objects should always be created or deserialized using theInvokeRawTextCommandDetails.Builder.
- 
Uses of InvokeRawCommandDetails in com.oracle.bmc.iot.requestsMethods in com.oracle.bmc.iot.requests that return InvokeRawCommandDetails Modifier and Type Method Description InvokeRawCommandDetailsInvokeRawCommandRequest. getBody$()Alternative accessor for the body parameter.InvokeRawCommandDetailsInvokeRawCommandRequest. getInvokeRawCommandDetails()Details for the raw command invocation.Methods in com.oracle.bmc.iot.requests with parameters of type InvokeRawCommandDetails Modifier and Type Method Description InvokeRawCommandRequest.BuilderInvokeRawCommandRequest.Builder. body$(InvokeRawCommandDetails body)Alternative setter for the body parameter.InvokeRawCommandRequest.BuilderInvokeRawCommandRequest.Builder. invokeRawCommandDetails(InvokeRawCommandDetails invokeRawCommandDetails)Details for the raw command invocation.
 
-