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