| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration |
|
| Modifier and Type | Method and Description |
|---|---|
default RefreshSchemasResponse |
DatabaseMigrationClient.refreshSchemas(Consumer<RefreshSchemasRequest.Builder> refreshSchemasRequest)
Populates the schema for the specified endpoint.
|
default RefreshSchemasResponse |
DatabaseMigrationClient.refreshSchemas(RefreshSchemasRequest refreshSchemasRequest)
Populates the schema for the specified endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RefreshSchemasResponse> |
DatabaseMigrationAsyncClient.refreshSchemas(Consumer<RefreshSchemasRequest.Builder> refreshSchemasRequest)
Populates the schema for the specified endpoint.
|
default CompletableFuture<RefreshSchemasResponse> |
DatabaseMigrationAsyncClient.refreshSchemas(RefreshSchemasRequest refreshSchemasRequest)
Populates the schema for the specified endpoint.
|
Copyright © 2023. All rights reserved.