Uses of Class
com.oracle.bmc.cloudbridge.requests.ImportInventoryRequest
-
Packages that use ImportInventoryRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of ImportInventoryRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge with parameters of type ImportInventoryRequest Modifier and Type Method Description ImportInventoryResponse
Inventory. importInventory(ImportInventoryRequest request)
Import resources in inventory.Future<ImportInventoryResponse>
InventoryAsync. importInventory(ImportInventoryRequest request, AsyncHandler<ImportInventoryRequest,ImportInventoryResponse> handler)
Import resources in inventory.Future<ImportInventoryResponse>
InventoryAsyncClient. importInventory(ImportInventoryRequest request, AsyncHandler<ImportInventoryRequest,ImportInventoryResponse> handler)
ImportInventoryResponse
InventoryClient. importInventory(ImportInventoryRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type ImportInventoryRequest 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 ImportInventoryRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return ImportInventoryRequest Modifier and Type Method Description ImportInventoryRequest
ImportInventoryRequest.Builder. build()
Build the instance of ImportInventoryRequest as configured by this builderImportInventoryRequest
ImportInventoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ImportInventoryRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type ImportInventoryRequest Modifier and Type Method Description ImportInventoryRequest.Builder
ImportInventoryRequest.Builder. copy(ImportInventoryRequest o)
Copy method to populate the builder with values from the given instance.
-