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.iot
Methods in com.oracle.bmc.iot with parameters of type UpdateDigitalTwinModelRequest Modifier and Type Method Description UpdateDigitalTwinModelResponse
Iot. 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)
UpdateDigitalTwinModelResponse
IotClient. 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.requests
Methods in com.oracle.bmc.iot.requests that return UpdateDigitalTwinModelRequest Modifier and Type Method Description UpdateDigitalTwinModelRequest
UpdateDigitalTwinModelRequest.Builder. build()
Build the instance of UpdateDigitalTwinModelRequest as configured by this builderUpdateDigitalTwinModelRequest
UpdateDigitalTwinModelRequest.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.Builder
UpdateDigitalTwinModelRequest.Builder. copy(UpdateDigitalTwinModelRequest o)
Copy method to populate the builder with values from the given instance.
-