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