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