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