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.iot
Method 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.requests
Methods in com.oracle.bmc.iot.requests that return GetDigitalTwinRelationshipRequest Modifier and Type Method Description GetDigitalTwinRelationshipRequest
GetDigitalTwinRelationshipRequest.Builder. build()
Build the instance of GetDigitalTwinRelationshipRequest as configured by this builderGetDigitalTwinRelationshipRequest
GetDigitalTwinRelationshipRequest.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.Builder
GetDigitalTwinRelationshipRequest.Builder. copy(GetDigitalTwinRelationshipRequest o)
Copy method to populate the builder with values from the given instance.
-