Uses of Class
com.oracle.bmc.cloudmigrations.requests.RefreshMigrationRequest
-
Packages that use RefreshMigrationRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of RefreshMigrationRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type RefreshMigrationRequest Modifier and Type Method Description RefreshMigrationResponse
Migration. refreshMigration(RefreshMigrationRequest request)
Refreshes migration based on the migration ID.Future<RefreshMigrationResponse>
MigrationAsync. refreshMigration(RefreshMigrationRequest request, AsyncHandler<RefreshMigrationRequest,RefreshMigrationResponse> handler)
Refreshes migration based on the migration ID.Future<RefreshMigrationResponse>
MigrationAsyncClient. refreshMigration(RefreshMigrationRequest request, AsyncHandler<RefreshMigrationRequest,RefreshMigrationResponse> handler)
RefreshMigrationResponse
MigrationClient. refreshMigration(RefreshMigrationRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type RefreshMigrationRequest Modifier and Type Method Description Future<RefreshMigrationResponse>
MigrationAsync. refreshMigration(RefreshMigrationRequest request, AsyncHandler<RefreshMigrationRequest,RefreshMigrationResponse> handler)
Refreshes migration based on the migration ID.Future<RefreshMigrationResponse>
MigrationAsyncClient. refreshMigration(RefreshMigrationRequest request, AsyncHandler<RefreshMigrationRequest,RefreshMigrationResponse> handler)
-
Uses of RefreshMigrationRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return RefreshMigrationRequest Modifier and Type Method Description RefreshMigrationRequest
RefreshMigrationRequest.Builder. build()
Build the instance of RefreshMigrationRequest as configured by this builderRefreshMigrationRequest
RefreshMigrationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshMigrationRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type RefreshMigrationRequest Modifier and Type Method Description RefreshMigrationRequest.Builder
RefreshMigrationRequest.Builder. copy(RefreshMigrationRequest o)
Copy method to populate the builder with values from the given instance.
-