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