Uses of Class
com.oracle.bmc.cloudbridge.responses.DeleteInventoryResponse
-
Packages that use DeleteInventoryResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of DeleteInventoryResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return DeleteInventoryResponse Modifier and Type Method Description DeleteInventoryResponse
Inventory. deleteInventory(DeleteInventoryRequest request)
Deletes an inventory resource by identifier.DeleteInventoryResponse
InventoryClient. deleteInventory(DeleteInventoryRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type DeleteInventoryResponse Modifier and Type Method Description Future<DeleteInventoryResponse>
InventoryAsync. deleteInventory(DeleteInventoryRequest request, AsyncHandler<DeleteInventoryRequest,DeleteInventoryResponse> handler)
Deletes an inventory resource by identifier.Future<DeleteInventoryResponse>
InventoryAsyncClient. deleteInventory(DeleteInventoryRequest request, AsyncHandler<DeleteInventoryRequest,DeleteInventoryResponse> handler)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type DeleteInventoryResponse Modifier and Type Method Description Future<DeleteInventoryResponse>
InventoryAsync. deleteInventory(DeleteInventoryRequest request, AsyncHandler<DeleteInventoryRequest,DeleteInventoryResponse> handler)
Deletes an inventory resource by identifier.Future<DeleteInventoryResponse>
InventoryAsyncClient. deleteInventory(DeleteInventoryRequest request, AsyncHandler<DeleteInventoryRequest,DeleteInventoryResponse> handler)
-
Uses of DeleteInventoryResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return DeleteInventoryResponse Modifier and Type Method Description DeleteInventoryResponse
DeleteInventoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type DeleteInventoryResponse Modifier and Type Method Description DeleteInventoryResponse.Builder
DeleteInventoryResponse.Builder. copy(DeleteInventoryResponse o)
Copy method to populate the builder with values from the given instance.
-