Uses of Class
com.oracle.bmc.cloudmigrations.responses.RefreshMigrationResponse
-
Packages that use RefreshMigrationResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of RefreshMigrationResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return RefreshMigrationResponse Modifier and Type Method Description RefreshMigrationResponse
Migration. refreshMigration(RefreshMigrationRequest request)
Refreshes migration based on the migration ID.RefreshMigrationResponse
MigrationClient. refreshMigration(RefreshMigrationRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type RefreshMigrationResponse 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)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type RefreshMigrationResponse 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 RefreshMigrationResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return RefreshMigrationResponse Modifier and Type Method Description RefreshMigrationResponse
RefreshMigrationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type RefreshMigrationResponse Modifier and Type Method Description RefreshMigrationResponse.Builder
RefreshMigrationResponse.Builder. copy(RefreshMigrationResponse o)
Copy method to populate the builder with values from the given instance.
-