Uses of Class
com.oracle.bmc.cloudbridge.requests.GetAssetRequest
-
Packages that use GetAssetRequest Package Description com.oracle.bmc.cloudbridge com.oracle.bmc.cloudbridge.requests -
-
Uses of GetAssetRequest in com.oracle.bmc.cloudbridge
Methods in com.oracle.bmc.cloudbridge that return types with arguments of type GetAssetRequest Modifier and Type Method Description Waiter<GetAssetRequest,GetAssetResponse>
InventoryWaiters. forAsset(GetAssetRequest request, Asset.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAssetRequest,GetAssetResponse>
InventoryWaiters. forAsset(GetAssetRequest request, Asset.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAssetRequest,GetAssetResponse>
InventoryWaiters. forAsset(GetAssetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Asset.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.cloudbridge with parameters of type GetAssetRequest Modifier and Type Method Description Waiter<GetAssetRequest,GetAssetResponse>
InventoryWaiters. forAsset(GetAssetRequest request, Asset.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAssetRequest,GetAssetResponse>
InventoryWaiters. forAsset(GetAssetRequest request, Asset.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAssetRequest,GetAssetResponse>
InventoryWaiters. forAsset(GetAssetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Asset.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetAssetResponse
Inventory. getAsset(GetAssetRequest request)
Gets an asset by identifier.Future<GetAssetResponse>
InventoryAsync. getAsset(GetAssetRequest request, AsyncHandler<GetAssetRequest,GetAssetResponse> handler)
Gets an asset by identifier.Future<GetAssetResponse>
InventoryAsyncClient. getAsset(GetAssetRequest request, AsyncHandler<GetAssetRequest,GetAssetResponse> handler)
GetAssetResponse
InventoryClient. getAsset(GetAssetRequest request)
Method parameters in com.oracle.bmc.cloudbridge with type arguments of type GetAssetRequest Modifier and Type Method Description Future<GetAssetResponse>
InventoryAsync. getAsset(GetAssetRequest request, AsyncHandler<GetAssetRequest,GetAssetResponse> handler)
Gets an asset by identifier.Future<GetAssetResponse>
InventoryAsyncClient. getAsset(GetAssetRequest request, AsyncHandler<GetAssetRequest,GetAssetResponse> handler)
-
Uses of GetAssetRequest in com.oracle.bmc.cloudbridge.requests
Methods in com.oracle.bmc.cloudbridge.requests that return GetAssetRequest Modifier and Type Method Description GetAssetRequest
GetAssetRequest.Builder. build()
Build the instance of GetAssetRequest as configured by this builderGetAssetRequest
GetAssetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetAssetRequest as configured by this builderMethods in com.oracle.bmc.cloudbridge.requests with parameters of type GetAssetRequest Modifier and Type Method Description GetAssetRequest.Builder
GetAssetRequest.Builder. copy(GetAssetRequest o)
Copy method to populate the builder with values from the given instance.
-