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