Uses of Class
com.oracle.bmc.iot.requests.UpdateDigitalTwinModelRequest
- 
Packages that use UpdateDigitalTwinModelRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests 
- 
- 
Uses of UpdateDigitalTwinModelRequest in com.oracle.bmc.iotMethods in com.oracle.bmc.iot with parameters of type UpdateDigitalTwinModelRequest Modifier and Type Method Description UpdateDigitalTwinModelResponseIot. updateDigitalTwinModel(UpdateDigitalTwinModelRequest request)Updates the details of the digital twin model identified by the specified OCID.Future<UpdateDigitalTwinModelResponse>IotAsync. updateDigitalTwinModel(UpdateDigitalTwinModelRequest request, AsyncHandler<UpdateDigitalTwinModelRequest,UpdateDigitalTwinModelResponse> handler)Updates the details of the digital twin model identified by the specified OCID.Future<UpdateDigitalTwinModelResponse>IotAsyncClient. updateDigitalTwinModel(UpdateDigitalTwinModelRequest request, AsyncHandler<UpdateDigitalTwinModelRequest,UpdateDigitalTwinModelResponse> handler)UpdateDigitalTwinModelResponseIotClient. updateDigitalTwinModel(UpdateDigitalTwinModelRequest request)Method parameters in com.oracle.bmc.iot with type arguments of type UpdateDigitalTwinModelRequest Modifier and Type Method Description Future<UpdateDigitalTwinModelResponse>IotAsync. updateDigitalTwinModel(UpdateDigitalTwinModelRequest request, AsyncHandler<UpdateDigitalTwinModelRequest,UpdateDigitalTwinModelResponse> handler)Updates the details of the digital twin model identified by the specified OCID.Future<UpdateDigitalTwinModelResponse>IotAsyncClient. updateDigitalTwinModel(UpdateDigitalTwinModelRequest request, AsyncHandler<UpdateDigitalTwinModelRequest,UpdateDigitalTwinModelResponse> handler)
- 
Uses of UpdateDigitalTwinModelRequest in com.oracle.bmc.iot.requestsMethods in com.oracle.bmc.iot.requests that return UpdateDigitalTwinModelRequest Modifier and Type Method Description UpdateDigitalTwinModelRequestUpdateDigitalTwinModelRequest.Builder. build()Build the instance of UpdateDigitalTwinModelRequest as configured by this builderUpdateDigitalTwinModelRequestUpdateDigitalTwinModelRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateDigitalTwinModelRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type UpdateDigitalTwinModelRequest Modifier and Type Method Description UpdateDigitalTwinModelRequest.BuilderUpdateDigitalTwinModelRequest.Builder. copy(UpdateDigitalTwinModelRequest o)Copy method to populate the builder with values from the given instance.
 
-