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