Uses of Class
com.oracle.bmc.cloudmigrations.responses.RefreshMigrationAssetResponse
-
Packages that use RefreshMigrationAssetResponse Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.responses -
-
Uses of RefreshMigrationAssetResponse in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations that return RefreshMigrationAssetResponse Modifier and Type Method Description RefreshMigrationAssetResponse
Migration. refreshMigrationAsset(RefreshMigrationAssetRequest request)
Refreshes the migration asset with the migration asset ID.RefreshMigrationAssetResponse
MigrationClient. refreshMigrationAsset(RefreshMigrationAssetRequest request)
Methods in com.oracle.bmc.cloudmigrations that return types with arguments of type RefreshMigrationAssetResponse Modifier and Type Method Description Future<RefreshMigrationAssetResponse>
MigrationAsync. refreshMigrationAsset(RefreshMigrationAssetRequest request, AsyncHandler<RefreshMigrationAssetRequest,RefreshMigrationAssetResponse> handler)
Refreshes the migration asset with the migration asset ID.Future<RefreshMigrationAssetResponse>
MigrationAsyncClient. refreshMigrationAsset(RefreshMigrationAssetRequest request, AsyncHandler<RefreshMigrationAssetRequest,RefreshMigrationAssetResponse> handler)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type RefreshMigrationAssetResponse Modifier and Type Method Description Future<RefreshMigrationAssetResponse>
MigrationAsync. refreshMigrationAsset(RefreshMigrationAssetRequest request, AsyncHandler<RefreshMigrationAssetRequest,RefreshMigrationAssetResponse> handler)
Refreshes the migration asset with the migration asset ID.Future<RefreshMigrationAssetResponse>
MigrationAsyncClient. refreshMigrationAsset(RefreshMigrationAssetRequest request, AsyncHandler<RefreshMigrationAssetRequest,RefreshMigrationAssetResponse> handler)
-
Uses of RefreshMigrationAssetResponse in com.oracle.bmc.cloudmigrations.responses
Methods in com.oracle.bmc.cloudmigrations.responses that return RefreshMigrationAssetResponse Modifier and Type Method Description RefreshMigrationAssetResponse
RefreshMigrationAssetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudmigrations.responses with parameters of type RefreshMigrationAssetResponse Modifier and Type Method Description RefreshMigrationAssetResponse.Builder
RefreshMigrationAssetResponse.Builder. copy(RefreshMigrationAssetResponse o)
Copy method to populate the builder with values from the given instance.
-