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.iot
Methods in com.oracle.bmc.iot that return GetDigitalTwinInstanceContentResponse Modifier and Type Method Description GetDigitalTwinInstanceContentResponse
Iot. getDigitalTwinInstanceContent(GetDigitalTwinInstanceContentRequest request)
Retrieves the latest snapshot data of digital twin instance identified by the specified OCID.GetDigitalTwinInstanceContentResponse
IotClient. 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.responses
Methods in com.oracle.bmc.iot.responses that return GetDigitalTwinInstanceContentResponse Modifier and Type Method Description GetDigitalTwinInstanceContentResponse
GetDigitalTwinInstanceContentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type GetDigitalTwinInstanceContentResponse Modifier and Type Method Description GetDigitalTwinInstanceContentResponse.Builder
GetDigitalTwinInstanceContentResponse.Builder. copy(GetDigitalTwinInstanceContentResponse o)
Copy method to populate the builder with values from the given instance.
-