Uses of Class
com.oracle.bmc.iot.requests.InvokeRawCommandRequest
-
Packages that use InvokeRawCommandRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of InvokeRawCommandRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type InvokeRawCommandRequest Modifier and Type Method Description InvokeRawCommandResponse
Iot. invokeRawCommand(InvokeRawCommandRequest request)
Invokes the raw command on the specified digital twin instance.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)
InvokeRawCommandResponse
IotClient. invokeRawCommand(InvokeRawCommandRequest request)
Method parameters in com.oracle.bmc.iot with type arguments of type InvokeRawCommandRequest 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 InvokeRawCommandRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return InvokeRawCommandRequest Modifier and Type Method Description InvokeRawCommandRequest
InvokeRawCommandRequest.Builder. build()
Build the instance of InvokeRawCommandRequest as configured by this builderInvokeRawCommandRequest
InvokeRawCommandRequest.Builder. buildWithoutInvocationCallback()
Build the instance of InvokeRawCommandRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type InvokeRawCommandRequest Modifier and Type Method Description InvokeRawCommandRequest.Builder
InvokeRawCommandRequest.Builder. copy(InvokeRawCommandRequest o)
Copy method to populate the builder with values from the given instance.
-