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