Uses of Class
com.amazonaws.services.databasemigrationservice.model.RefreshSchemasRequest
-
Packages that use RefreshSchemasRequest Package Description com.amazonaws.services.databasemigrationservice com.amazonaws.services.databasemigrationservice.model -
-
Uses of RefreshSchemasRequest in com.amazonaws.services.databasemigrationservice
Methods in com.amazonaws.services.databasemigrationservice with parameters of type RefreshSchemasRequest 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.Future<RefreshSchemasResult>
AbstractAWSDatabaseMigrationServiceAsync. refreshSchemasAsync(RefreshSchemasRequest request)
Future<RefreshSchemasResult>
AbstractAWSDatabaseMigrationServiceAsync. refreshSchemasAsync(RefreshSchemasRequest request, AsyncHandler<RefreshSchemasRequest,RefreshSchemasResult> asyncHandler)
Future<RefreshSchemasResult>
AWSDatabaseMigrationServiceAsync. refreshSchemasAsync(RefreshSchemasRequest refreshSchemasRequest)
Populates the schema for the specified endpoint.Future<RefreshSchemasResult>
AWSDatabaseMigrationServiceAsync. refreshSchemasAsync(RefreshSchemasRequest refreshSchemasRequest, AsyncHandler<RefreshSchemasRequest,RefreshSchemasResult> asyncHandler)
Populates the schema for the specified endpoint.Future<RefreshSchemasResult>
AWSDatabaseMigrationServiceAsyncClient. refreshSchemasAsync(RefreshSchemasRequest request)
Future<RefreshSchemasResult>
AWSDatabaseMigrationServiceAsyncClient. refreshSchemasAsync(RefreshSchemasRequest request, AsyncHandler<RefreshSchemasRequest,RefreshSchemasResult> asyncHandler)
Method parameters in com.amazonaws.services.databasemigrationservice with type arguments of type RefreshSchemasRequest 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 RefreshSchemasRequest in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return RefreshSchemasRequest Modifier and Type Method Description RefreshSchemasRequest
RefreshSchemasRequest. clone()
RefreshSchemasRequest
RefreshSchemasRequest. withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasRequest
RefreshSchemasRequest. withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
-