Uses of Class
com.oracle.bmc.cloudmigrations.requests.GetTargetAssetRequest
-
Packages that use GetTargetAssetRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of GetTargetAssetRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type GetTargetAssetRequest Modifier and Type Method Description Waiter<GetTargetAssetRequest,GetTargetAssetResponse>
MigrationWaiters. forTargetAsset(GetTargetAssetRequest request, TargetAsset.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetTargetAssetRequest,GetTargetAssetResponse>
MigrationWaiters. forTargetAsset(GetTargetAssetRequest request, TargetAsset.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetTargetAssetRequest,GetTargetAssetResponse>
MigrationWaiters. forTargetAsset(GetTargetAssetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, TargetAsset.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type GetTargetAssetRequest Modifier and Type Method Description Future<GetTargetAssetResponse>
MigrationAsync. getTargetAsset(GetTargetAssetRequest request, AsyncHandler<GetTargetAssetRequest,GetTargetAssetResponse> handler)
Gets a target asset by identifier.Future<GetTargetAssetResponse>
MigrationAsyncClient. getTargetAsset(GetTargetAssetRequest request, AsyncHandler<GetTargetAssetRequest,GetTargetAssetResponse> handler)
-
Uses of GetTargetAssetRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return GetTargetAssetRequest Modifier and Type Method Description GetTargetAssetRequest
GetTargetAssetRequest.Builder. build()
Build the instance of GetTargetAssetRequest as configured by this builderGetTargetAssetRequest
GetTargetAssetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTargetAssetRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type GetTargetAssetRequest Modifier and Type Method Description GetTargetAssetRequest.Builder
GetTargetAssetRequest.Builder. copy(GetTargetAssetRequest o)
Copy method to populate the builder with values from the given instance.
-