Uses of Class
com.oracle.bmc.cloudmigrations.responses.GetMigrationResponse
-
Packages that use GetMigrationResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of GetMigrationResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return GetMigrationResponse Modifier and Type Method Description GetMigrationResponse
Migration. getMigration(GetMigrationRequest request)
Gets a migration by identifier.GetMigrationResponse
MigrationClient. getMigration(GetMigrationRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type GetMigrationResponse 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 GetMigrationResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return GetMigrationResponse Modifier and Type Method Description GetMigrationResponse
GetMigrationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type GetMigrationResponse Modifier and Type Method Description GetMigrationResponse.Builder
GetMigrationResponse.Builder. copy(GetMigrationResponse o)
Copy method to populate the builder with values from the given instance.
-