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