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