Uses of Class
com.oracle.bmc.iot.responses.DeleteDigitalTwinRelationshipResponse
-
Packages that use DeleteDigitalTwinRelationshipResponse Package Description com.oracle.bmc.iot com.oracle.bmc.iot.responses -
-
Uses of DeleteDigitalTwinRelationshipResponse in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot that return DeleteDigitalTwinRelationshipResponse Modifier and Type Method Description DeleteDigitalTwinRelationshipResponse
Iot. deleteDigitalTwinRelationship(DeleteDigitalTwinRelationshipRequest request)
Deletes the digital twin relationship identified by the specified OCID.DeleteDigitalTwinRelationshipResponse
IotClient. deleteDigitalTwinRelationship(DeleteDigitalTwinRelationshipRequest request)
Methods in com.oracle.bmc.iot that return types with arguments of type DeleteDigitalTwinRelationshipResponse Modifier and Type Method Description Future<DeleteDigitalTwinRelationshipResponse>
IotAsync. deleteDigitalTwinRelationship(DeleteDigitalTwinRelationshipRequest request, AsyncHandler<DeleteDigitalTwinRelationshipRequest,DeleteDigitalTwinRelationshipResponse> handler)
Deletes the digital twin relationship identified by the specified OCID.Future<DeleteDigitalTwinRelationshipResponse>
IotAsyncClient. deleteDigitalTwinRelationship(DeleteDigitalTwinRelationshipRequest request, AsyncHandler<DeleteDigitalTwinRelationshipRequest,DeleteDigitalTwinRelationshipResponse> handler)
Method parameters in com.oracle.bmc.iot with type arguments of type DeleteDigitalTwinRelationshipResponse Modifier and Type Method Description Future<DeleteDigitalTwinRelationshipResponse>
IotAsync. deleteDigitalTwinRelationship(DeleteDigitalTwinRelationshipRequest request, AsyncHandler<DeleteDigitalTwinRelationshipRequest,DeleteDigitalTwinRelationshipResponse> handler)
Deletes the digital twin relationship identified by the specified OCID.Future<DeleteDigitalTwinRelationshipResponse>
IotAsyncClient. deleteDigitalTwinRelationship(DeleteDigitalTwinRelationshipRequest request, AsyncHandler<DeleteDigitalTwinRelationshipRequest,DeleteDigitalTwinRelationshipResponse> handler)
-
Uses of DeleteDigitalTwinRelationshipResponse in com.oracle.bmc.iot.responses
Methods in com.oracle.bmc.iot.responses that return DeleteDigitalTwinRelationshipResponse Modifier and Type Method Description DeleteDigitalTwinRelationshipResponse
DeleteDigitalTwinRelationshipResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.iot.responses with parameters of type DeleteDigitalTwinRelationshipResponse Modifier and Type Method Description DeleteDigitalTwinRelationshipResponse.Builder
DeleteDigitalTwinRelationshipResponse.Builder. copy(DeleteDigitalTwinRelationshipResponse o)
Copy method to populate the builder with values from the given instance.
-