| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration |
|
| software.amazon.awssdk.services.databasemigration.paginators | |
| software.amazon.awssdk.services.databasemigration.waiters |
| Modifier and Type | Method and Description |
|---|---|
default DescribeConnectionsResponse |
DatabaseMigrationClient.describeConnections()
Describes the status of the connections that have been made between the replication instance and an endpoint.
|
default DescribeConnectionsResponse |
DatabaseMigrationClient.describeConnections(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest)
Describes the status of the connections that have been made between the replication instance and an endpoint.
|
default DescribeConnectionsResponse |
DatabaseMigrationClient.describeConnections(DescribeConnectionsRequest describeConnectionsRequest)
Describes the status of the connections that have been made between the replication instance and an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeConnectionsResponse> |
DatabaseMigrationAsyncClient.describeConnections()
Describes the status of the connections that have been made between the replication instance and an endpoint.
|
default CompletableFuture<DescribeConnectionsResponse> |
DatabaseMigrationAsyncClient.describeConnections(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest)
Describes the status of the connections that have been made between the replication instance and an endpoint.
|
default CompletableFuture<DescribeConnectionsResponse> |
DatabaseMigrationAsyncClient.describeConnections(DescribeConnectionsRequest describeConnectionsRequest)
Describes the status of the connections that have been made between the replication instance and an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeConnectionsResponse> |
DescribeConnectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeConnectionsResponse> subscriber) |
Copyright © 2023. All rights reserved.