Uses of Class
com.oracle.bmc.cloudbridge.requests.GetInventoryRequest
-
Packages that use GetInventoryRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of GetInventoryRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type GetInventoryRequest Modifier and Type Method Description Waiter<GetInventoryRequest,GetInventoryResponse>
InventoryWaiters. forInventory(GetInventoryRequest request, Inventory.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetInventoryRequest,GetInventoryResponse>
InventoryWaiters. forInventory(GetInventoryRequest request, Inventory.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetInventoryRequest,GetInventoryResponse>
InventoryWaiters. forInventory(GetInventoryRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Inventory.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.cloudbridge with type arguments of type GetInventoryRequest 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 GetInventoryRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return GetInventoryRequest Modifier and Type Method Description GetInventoryRequest
GetInventoryRequest.Builder. build()
Build the instance of GetInventoryRequest as configured by this builderGetInventoryRequest
GetInventoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetInventoryRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type GetInventoryRequest Modifier and Type Method Description GetInventoryRequest.Builder
GetInventoryRequest.Builder. copy(GetInventoryRequest o)
Copy method to populate the builder with values from the given instance.
-