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 RefreshSchemasResultAbstractAWSDatabaseMigrationService. refreshSchemas(RefreshSchemasRequest request)RefreshSchemasResultAWSDatabaseMigrationService. refreshSchemas(RefreshSchemasRequest refreshSchemasRequest)Populates the schema for the specified endpoint.RefreshSchemasResultAWSDatabaseMigrationServiceClient. 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 RefreshSchemasRequestRefreshSchemasRequest. clone()RefreshSchemasRequestRefreshSchemasRequest. withEndpointArn(String endpointArn)The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.RefreshSchemasRequestRefreshSchemasRequest. withReplicationInstanceArn(String replicationInstanceArn)The Amazon Resource Name (ARN) of the replication instance.
-