Uses of Class
com.oracle.bmc.cloudmigrations.requests.RefreshMigrationAssetRequest
-
Packages that use RefreshMigrationAssetRequest Package Description com.oracle.bmc.cloudmigrations com.oracle.bmc.cloudmigrations.requests -
-
Uses of RefreshMigrationAssetRequest in com.oracle.bmc.cloudmigrations
Methods in com.oracle.bmc.cloudmigrations with parameters of type RefreshMigrationAssetRequest Modifier and Type Method Description RefreshMigrationAssetResponse
Migration. refreshMigrationAsset(RefreshMigrationAssetRequest request)
Refreshes the migration asset with the migration asset ID.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)
RefreshMigrationAssetResponse
MigrationClient. refreshMigrationAsset(RefreshMigrationAssetRequest request)
Method parameters in com.oracle.bmc.cloudmigrations with type arguments of type RefreshMigrationAssetRequest 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 RefreshMigrationAssetRequest in com.oracle.bmc.cloudmigrations.requests
Methods in com.oracle.bmc.cloudmigrations.requests that return RefreshMigrationAssetRequest Modifier and Type Method Description RefreshMigrationAssetRequest
RefreshMigrationAssetRequest.Builder. build()
Build the instance of RefreshMigrationAssetRequest as configured by this builderRefreshMigrationAssetRequest
RefreshMigrationAssetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RefreshMigrationAssetRequest as configured by this builderMethods in com.oracle.bmc.cloudmigrations.requests with parameters of type RefreshMigrationAssetRequest Modifier and Type Method Description RefreshMigrationAssetRequest.Builder
RefreshMigrationAssetRequest.Builder. copy(RefreshMigrationAssetRequest o)
Copy method to populate the builder with values from the given instance.
-