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