Uses of Class
com.oracle.bmc.cloudbridge.requests.UpdateInventoryRequest
-
Packages that use UpdateInventoryRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of UpdateInventoryRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type UpdateInventoryRequest Modifier and Type Method Description UpdateInventoryResponse
Inventory. updateInventory(UpdateInventoryRequest request)
Updates an inventory.Future<UpdateInventoryResponse>
InventoryAsync. updateInventory(UpdateInventoryRequest request, AsyncHandler<UpdateInventoryRequest,UpdateInventoryResponse> handler)
Updates an inventory.Future<UpdateInventoryResponse>
InventoryAsyncClient. updateInventory(UpdateInventoryRequest request, AsyncHandler<UpdateInventoryRequest,UpdateInventoryResponse> handler)
UpdateInventoryResponse
InventoryClient. updateInventory(UpdateInventoryRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdateInventoryRequest Modifier and Type Method Description Future<UpdateInventoryResponse>
InventoryAsync. updateInventory(UpdateInventoryRequest request, AsyncHandler<UpdateInventoryRequest,UpdateInventoryResponse> handler)
Updates an inventory.Future<UpdateInventoryResponse>
InventoryAsyncClient. updateInventory(UpdateInventoryRequest request, AsyncHandler<UpdateInventoryRequest,UpdateInventoryResponse> handler)
-
Uses of UpdateInventoryRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return UpdateInventoryRequest Modifier and Type Method Description UpdateInventoryRequest
UpdateInventoryRequest.Builder. build()
Build the instance of UpdateInventoryRequest as configured by this builderUpdateInventoryRequest
UpdateInventoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateInventoryRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type UpdateInventoryRequest Modifier and Type Method Description UpdateInventoryRequest.Builder
UpdateInventoryRequest.Builder. copy(UpdateInventoryRequest o)
Copy method to populate the builder with values from the given instance.
-