Uses of Class
com.oracle.bmc.iot.responses.GetDigitalTwinInstanceContentResponse
- 
Packages that use GetDigitalTwinInstanceContentResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses 
- 
- 
Uses of GetDigitalTwinInstanceContentResponse in com.oracle.bmc.iotMethods in com.oracle.bmc.iot that return GetDigitalTwinInstanceContentResponse Modifier and Type Method Description GetDigitalTwinInstanceContentResponseIot. getDigitalTwinInstanceContent(GetDigitalTwinInstanceContentRequest request)Retrieves the latest snapshot data of digital twin instance identified by the specified OCID.GetDigitalTwinInstanceContentResponseIotClient. getDigitalTwinInstanceContent(GetDigitalTwinInstanceContentRequest request)Methods in com.oracle.bmc.iot that return types with arguments of type GetDigitalTwinInstanceContentResponse Modifier and Type Method Description Future<GetDigitalTwinInstanceContentResponse>IotAsync. getDigitalTwinInstanceContent(GetDigitalTwinInstanceContentRequest request, AsyncHandler<GetDigitalTwinInstanceContentRequest,GetDigitalTwinInstanceContentResponse> handler)Retrieves the latest snapshot data of digital twin instance identified by the specified OCID.Future<GetDigitalTwinInstanceContentResponse>IotAsyncClient. getDigitalTwinInstanceContent(GetDigitalTwinInstanceContentRequest request, AsyncHandler<GetDigitalTwinInstanceContentRequest,GetDigitalTwinInstanceContentResponse> handler)Method parameters in com.oracle.bmc.iot with type arguments of type GetDigitalTwinInstanceContentResponse Modifier and Type Method Description Future<GetDigitalTwinInstanceContentResponse>IotAsync. getDigitalTwinInstanceContent(GetDigitalTwinInstanceContentRequest request, AsyncHandler<GetDigitalTwinInstanceContentRequest,GetDigitalTwinInstanceContentResponse> handler)Retrieves the latest snapshot data of digital twin instance identified by the specified OCID.Future<GetDigitalTwinInstanceContentResponse>IotAsyncClient. getDigitalTwinInstanceContent(GetDigitalTwinInstanceContentRequest request, AsyncHandler<GetDigitalTwinInstanceContentRequest,GetDigitalTwinInstanceContentResponse> handler)
- 
Uses of GetDigitalTwinInstanceContentResponse in com.oracle.bmc.iot.responsesMethods in com.oracle.bmc.iot.responses that return GetDigitalTwinInstanceContentResponse Modifier and Type Method Description GetDigitalTwinInstanceContentResponseGetDigitalTwinInstanceContentResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type GetDigitalTwinInstanceContentResponse Modifier and Type Method Description GetDigitalTwinInstanceContentResponse.BuilderGetDigitalTwinInstanceContentResponse.Builder. copy(GetDigitalTwinInstanceContentResponse o)Copy method to populate the builder with values from the given instance.
 
-