Uses of Class
com.oracle.bmc.cloudbridge.responses.UpdateInventoryResponse
-
Packages that use UpdateInventoryResponse Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.responses -
-
Uses of UpdateInventoryResponse in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return UpdateInventoryResponse Modifier and Type Method Description UpdateInventoryResponse
Inventory. updateInventory(UpdateInventoryRequest request)
Updates an inventory.UpdateInventoryResponse
InventoryClient. updateInventory(UpdateInventoryRequest request)
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type UpdateInventoryResponse 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)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type UpdateInventoryResponse 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 UpdateInventoryResponse in com.oracle.bmc.cloudbridge.responses
Methods in com.oracle.bmc.cloudbridge.responses that return UpdateInventoryResponse Modifier and Type Method Description UpdateInventoryResponse
UpdateInventoryResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudbridge.responses with parameters of type UpdateInventoryResponse Modifier and Type Method Description UpdateInventoryResponse.Builder
UpdateInventoryResponse.Builder. copy(UpdateInventoryResponse o)
Copy method to populate the builder with values from the given instance.
-