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