Uses of Class
com.oracle.bmc.iot.responses.UpdateDigitalTwinRelationshipResponse
- 
Packages that use UpdateDigitalTwinRelationshipResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses 
- 
- 
Uses of UpdateDigitalTwinRelationshipResponse in com.oracle.bmc.iotMethods in com.oracle.bmc.iot that return UpdateDigitalTwinRelationshipResponse Modifier and Type Method Description UpdateDigitalTwinRelationshipResponseIot. updateDigitalTwinRelationship(UpdateDigitalTwinRelationshipRequest request)Updates the details of digital twin relationship identified by the specified OCID.UpdateDigitalTwinRelationshipResponseIotClient. updateDigitalTwinRelationship(UpdateDigitalTwinRelationshipRequest request)Methods in com.oracle.bmc.iot that return types with arguments of type UpdateDigitalTwinRelationshipResponse Modifier and Type Method Description Future<UpdateDigitalTwinRelationshipResponse>IotAsync. updateDigitalTwinRelationship(UpdateDigitalTwinRelationshipRequest request, AsyncHandler<UpdateDigitalTwinRelationshipRequest,UpdateDigitalTwinRelationshipResponse> handler)Updates the details of digital twin relationship identified by the specified OCID.Future<UpdateDigitalTwinRelationshipResponse>IotAsyncClient. updateDigitalTwinRelationship(UpdateDigitalTwinRelationshipRequest request, AsyncHandler<UpdateDigitalTwinRelationshipRequest,UpdateDigitalTwinRelationshipResponse> handler)Method parameters in com.oracle.bmc.iot with type arguments of type UpdateDigitalTwinRelationshipResponse Modifier and Type Method Description Future<UpdateDigitalTwinRelationshipResponse>IotAsync. updateDigitalTwinRelationship(UpdateDigitalTwinRelationshipRequest request, AsyncHandler<UpdateDigitalTwinRelationshipRequest,UpdateDigitalTwinRelationshipResponse> handler)Updates the details of digital twin relationship identified by the specified OCID.Future<UpdateDigitalTwinRelationshipResponse>IotAsyncClient. updateDigitalTwinRelationship(UpdateDigitalTwinRelationshipRequest request, AsyncHandler<UpdateDigitalTwinRelationshipRequest,UpdateDigitalTwinRelationshipResponse> handler)
- 
Uses of UpdateDigitalTwinRelationshipResponse in com.oracle.bmc.iot.responsesMethods in com.oracle.bmc.iot.responses that return UpdateDigitalTwinRelationshipResponse Modifier and Type Method Description UpdateDigitalTwinRelationshipResponseUpdateDigitalTwinRelationshipResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type UpdateDigitalTwinRelationshipResponse Modifier and Type Method Description UpdateDigitalTwinRelationshipResponse.BuilderUpdateDigitalTwinRelationshipResponse.Builder. copy(UpdateDigitalTwinRelationshipResponse o)Copy method to populate the builder with values from the given instance.
 
-