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.iotMethods in com.oracle.bmc.iot that return GetDigitalTwinInstanceResponse Modifier and Type Method Description GetDigitalTwinInstanceResponseIot. getDigitalTwinInstance(GetDigitalTwinInstanceRequest request)Retrieves the digital twin instance identified by the specified OCID.GetDigitalTwinInstanceResponseIotClient. 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.responsesMethods in com.oracle.bmc.iot.responses that return GetDigitalTwinInstanceResponse Modifier and Type Method Description GetDigitalTwinInstanceResponseGetDigitalTwinInstanceResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type GetDigitalTwinInstanceResponse Modifier and Type Method Description GetDigitalTwinInstanceResponse.BuilderGetDigitalTwinInstanceResponse.Builder. copy(GetDigitalTwinInstanceResponse o)Copy method to populate the builder with values from the given instance.
 
-