Uses of Class
com.amazonaws.services.databasemigrationservice.model.RefreshSchemasResult
-
Packages that use RefreshSchemasResult Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of RefreshSchemasResult in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice that return RefreshSchemasResult Modifier and Type Method Description RefreshSchemasResult
AbstractAWSDatabaseMigrationService. refreshSchemas(RefreshSchemasRequest request)
RefreshSchemasResult
AWSDatabaseMigrationService. refreshSchemas(RefreshSchemasRequest refreshSchemasRequest)
Populates the schema for the specified endpoint.RefreshSchemasResult
AWSDatabaseMigrationServiceClient. refreshSchemas(RefreshSchemasRequest refreshSchemasRequest)
Populates the schema for the specified endpoint.Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type RefreshSchemasResult Modifier and Type Method Description Future<RefreshSchemasResult>
AbstractAWSDatabaseMigrationServiceAsync. refreshSchemasAsync(RefreshSchemasRequest request, AsyncHandler<RefreshSchemasRequest,RefreshSchemasResult> asyncHandler)
Future<RefreshSchemasResult>
AWSDatabaseMigrationServiceAsync. refreshSchemasAsync(RefreshSchemasRequest refreshSchemasRequest, AsyncHandler<RefreshSchemasRequest,RefreshSchemasResult> asyncHandler)
Populates the schema for the specified endpoint.Future<RefreshSchemasResult>
AWSDatabaseMigrationServiceAsyncClient. refreshSchemasAsync(RefreshSchemasRequest request, AsyncHandler<RefreshSchemasRequest,RefreshSchemasResult> asyncHandler)
-
Uses of RefreshSchemasResult in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return RefreshSchemasResult Modifier and Type Method Description RefreshSchemasResult
RefreshSchemasResult. clone()
RefreshSchemasResult
RefreshSchemasResult. withRefreshSchemasStatus(RefreshSchemasStatus refreshSchemasStatus)
The status of the refreshed schema.
-