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