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.iot
Methods in com.oracle.bmc.iot that return UpdateDigitalTwinRelationshipResponse Modifier and Type Method Description UpdateDigitalTwinRelationshipResponse
Iot. updateDigitalTwinRelationship(UpdateDigitalTwinRelationshipRequest request)
Updates the details of digital twin relationship identified by the specified OCID.UpdateDigitalTwinRelationshipResponse
IotClient. 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.responses
Methods in com.oracle.bmc.iot.responses that return UpdateDigitalTwinRelationshipResponse Modifier and Type Method Description UpdateDigitalTwinRelationshipResponse
UpdateDigitalTwinRelationshipResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type UpdateDigitalTwinRelationshipResponse Modifier and Type Method Description UpdateDigitalTwinRelationshipResponse.Builder
UpdateDigitalTwinRelationshipResponse.Builder. copy(UpdateDigitalTwinRelationshipResponse o)
Copy method to populate the builder with values from the given instance.
-