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