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