Uses of Class
com.oracle.bmc.cloudbridge.requests.DeleteInventoryRequest
-
Packages that use DeleteInventoryRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of DeleteInventoryRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type DeleteInventoryRequest Modifier and Type Method Description DeleteInventoryResponse
Inventory. deleteInventory(DeleteInventoryRequest request)
Deletes an inventory resource by identifier.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)
DeleteInventoryResponse
InventoryClient. deleteInventory(DeleteInventoryRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type DeleteInventoryRequest 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 DeleteInventoryRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return DeleteInventoryRequest Modifier and Type Method Description DeleteInventoryRequest
DeleteInventoryRequest.Builder. build()
Build the instance of DeleteInventoryRequest as configured by this builderDeleteInventoryRequest
DeleteInventoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteInventoryRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type DeleteInventoryRequest Modifier and Type Method Description DeleteInventoryRequest.Builder
DeleteInventoryRequest.Builder. copy(DeleteInventoryRequest o)
Copy method to populate the builder with values from the given instance.
-