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