| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration |
|
| software.amazon.awssdk.services.databasemigration.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeSchemasResponse |
DatabaseMigrationClient.describeSchemas(Consumer<DescribeSchemasRequest.Builder> describeSchemasRequest)
Returns information about the schema for the specified endpoint.
|
default DescribeSchemasResponse |
DatabaseMigrationClient.describeSchemas(DescribeSchemasRequest describeSchemasRequest)
Returns information about the schema for the specified endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeSchemasResponse> |
DatabaseMigrationAsyncClient.describeSchemas(Consumer<DescribeSchemasRequest.Builder> describeSchemasRequest)
Returns information about the schema for the specified endpoint.
|
default CompletableFuture<DescribeSchemasResponse> |
DatabaseMigrationAsyncClient.describeSchemas(DescribeSchemasRequest describeSchemasRequest)
Returns information about the schema for the specified endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeSchemasResponse> |
DescribeSchemasIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSchemasPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeSchemasResponse> subscriber) |
Copyright © 2023. All rights reserved.