Uses of Class
com.oracle.bmc.iot.responses.InvokeRawCommandResponse
-
Packages that use InvokeRawCommandResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of InvokeRawCommandResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return InvokeRawCommandResponse Modifier and Type Method Description InvokeRawCommandResponse
Iot. invokeRawCommand(InvokeRawCommandRequest request)
Invokes the raw command on the specified digital twin instance.InvokeRawCommandResponse
IotClient. invokeRawCommand(InvokeRawCommandRequest request)
Methods in com.oracle.bmc.iot that return types with arguments of type InvokeRawCommandResponse Modifier and Type Method Description Future<InvokeRawCommandResponse>
IotAsync. invokeRawCommand(InvokeRawCommandRequest request, AsyncHandler<InvokeRawCommandRequest,InvokeRawCommandResponse> handler)
Invokes the raw command on the specified digital twin instance.Future<InvokeRawCommandResponse>
IotAsyncClient. invokeRawCommand(InvokeRawCommandRequest request, AsyncHandler<InvokeRawCommandRequest,InvokeRawCommandResponse> handler)
Method parameters in com.oracle.bmc.iot with type arguments of type InvokeRawCommandResponse Modifier and Type Method Description Future<InvokeRawCommandResponse>
IotAsync. invokeRawCommand(InvokeRawCommandRequest request, AsyncHandler<InvokeRawCommandRequest,InvokeRawCommandResponse> handler)
Invokes the raw command on the specified digital twin instance.Future<InvokeRawCommandResponse>
IotAsyncClient. invokeRawCommand(InvokeRawCommandRequest request, AsyncHandler<InvokeRawCommandRequest,InvokeRawCommandResponse> handler)
-
Uses of InvokeRawCommandResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return InvokeRawCommandResponse Modifier and Type Method Description InvokeRawCommandResponse
InvokeRawCommandResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type InvokeRawCommandResponse Modifier and Type Method Description InvokeRawCommandResponse.Builder
InvokeRawCommandResponse.Builder. copy(InvokeRawCommandResponse o)
Copy method to populate the builder with values from the given instance.
-