Uses of Class
com.oracle.bmc.iot.requests.GetDigitalTwinRelationshipRequest
- 
Packages that use GetDigitalTwinRelationshipRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests 
- 
- 
Uses of GetDigitalTwinRelationshipRequest in com.oracle.bmc.iotMethod parameters in com.oracle.bmc.iot with type arguments of type GetDigitalTwinRelationshipRequest 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 GetDigitalTwinRelationshipRequest in com.oracle.bmc.iot.requestsMethods in com.oracle.bmc.iot.requests that return GetDigitalTwinRelationshipRequest Modifier and Type Method Description GetDigitalTwinRelationshipRequestGetDigitalTwinRelationshipRequest.Builder. build()Build the instance of GetDigitalTwinRelationshipRequest as configured by this builderGetDigitalTwinRelationshipRequestGetDigitalTwinRelationshipRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetDigitalTwinRelationshipRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type GetDigitalTwinRelationshipRequest Modifier and Type Method Description GetDigitalTwinRelationshipRequest.BuilderGetDigitalTwinRelationshipRequest.Builder. copy(GetDigitalTwinRelationshipRequest o)Copy method to populate the builder with values from the given instance.
 
-