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