Uses of Class
com.oracle.bmc.iot.requests.ListDigitalTwinRelationshipsRequest
- 
Packages that use ListDigitalTwinRelationshipsRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests 
- 
- 
Uses of ListDigitalTwinRelationshipsRequest in com.oracle.bmc.iotMethod parameters in com.oracle.bmc.iot with type arguments of type ListDigitalTwinRelationshipsRequest Modifier and Type Method Description Future<ListDigitalTwinRelationshipsResponse>IotAsync. listDigitalTwinRelationships(ListDigitalTwinRelationshipsRequest request, AsyncHandler<ListDigitalTwinRelationshipsRequest,ListDigitalTwinRelationshipsResponse> handler)Retrieves a list of digital twin relationships within the specified IoT domain.Future<ListDigitalTwinRelationshipsResponse>IotAsyncClient. listDigitalTwinRelationships(ListDigitalTwinRelationshipsRequest request, AsyncHandler<ListDigitalTwinRelationshipsRequest,ListDigitalTwinRelationshipsResponse> handler)
- 
Uses of ListDigitalTwinRelationshipsRequest in com.oracle.bmc.iot.requestsMethods in com.oracle.bmc.iot.requests that return ListDigitalTwinRelationshipsRequest Modifier and Type Method Description ListDigitalTwinRelationshipsRequestListDigitalTwinRelationshipsRequest.Builder. build()Build the instance of ListDigitalTwinRelationshipsRequest as configured by this builderListDigitalTwinRelationshipsRequestListDigitalTwinRelationshipsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListDigitalTwinRelationshipsRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type ListDigitalTwinRelationshipsRequest Modifier and Type Method Description ListDigitalTwinRelationshipsRequest.BuilderListDigitalTwinRelationshipsRequest.Builder. copy(ListDigitalTwinRelationshipsRequest o)Copy method to populate the builder with values from the given instance.
 
-