Uses of Class
com.oracle.bmc.iot.requests.DeleteDigitalTwinRelationshipRequest
-
Packages that use DeleteDigitalTwinRelationshipRequest Package Description com.oracle.bmc.iot com.oracle.bmc.iot.requests -
-
Uses of DeleteDigitalTwinRelationshipRequest in com.oracle.bmc.iot
Methods in com.oracle.bmc.iot with parameters of type DeleteDigitalTwinRelationshipRequest Modifier and Type Method Description DeleteDigitalTwinRelationshipResponse
Iot. deleteDigitalTwinRelationship(DeleteDigitalTwinRelationshipRequest request)
Deletes the digital twin relationship identified by the specified OCID.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)
DeleteDigitalTwinRelationshipResponse
IotClient. deleteDigitalTwinRelationship(DeleteDigitalTwinRelationshipRequest request)
Method parameters in com.oracle.bmc.iot with type arguments of type DeleteDigitalTwinRelationshipRequest 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 DeleteDigitalTwinRelationshipRequest in com.oracle.bmc.iot.requests
Methods in com.oracle.bmc.iot.requests that return DeleteDigitalTwinRelationshipRequest Modifier and Type Method Description DeleteDigitalTwinRelationshipRequest
DeleteDigitalTwinRelationshipRequest.Builder. build()
Build the instance of DeleteDigitalTwinRelationshipRequest as configured by this builderDeleteDigitalTwinRelationshipRequest
DeleteDigitalTwinRelationshipRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteDigitalTwinRelationshipRequest as configured by this builderMethods in com.oracle.bmc.iot.requests with parameters of type DeleteDigitalTwinRelationshipRequest Modifier and Type Method Description DeleteDigitalTwinRelationshipRequest.Builder
DeleteDigitalTwinRelationshipRequest.Builder. copy(DeleteDigitalTwinRelationshipRequest o)
Copy method to populate the builder with values from the given instance.
-