| 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) |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<WaiterResponse<DescribeConnectionsResponse>> |
DatabaseMigrationAsyncWaiter.waitUntilTestConnectionSucceeds(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest)
Polls
DatabaseMigrationAsyncClient.describeConnections(software.amazon.awssdk.services.databasemigration.model.DescribeConnectionsRequest) API until the desired condition
TestConnectionSucceeds is met, or until it is determined that the resource will never enter into the
desired state. |
default WaiterResponse<DescribeConnectionsResponse> |
DatabaseMigrationWaiter.waitUntilTestConnectionSucceeds(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest)
Polls
DatabaseMigrationClient.describeConnections() API until the desired condition
TestConnectionSucceeds is met, or until it is determined that the resource will never enter into the
desired state. |
default CompletableFuture<WaiterResponse<DescribeConnectionsResponse>> |
DatabaseMigrationAsyncWaiter.waitUntilTestConnectionSucceeds(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
DatabaseMigrationAsyncClient.describeConnections(software.amazon.awssdk.services.databasemigration.model.DescribeConnectionsRequest) API until the desired condition
TestConnectionSucceeds is met, or until it is determined that the resource will never enter into the
desired state. |
default WaiterResponse<DescribeConnectionsResponse> |
DatabaseMigrationWaiter.waitUntilTestConnectionSucceeds(Consumer<DescribeConnectionsRequest.Builder> describeConnectionsRequest,
Consumer<WaiterOverrideConfiguration.Builder> overrideConfig)
Polls
DatabaseMigrationClient.describeConnections() API until the desired condition
TestConnectionSucceeds is met, or until it is determined that the resource will never enter into the
desired state. |
default CompletableFuture<WaiterResponse<DescribeConnectionsResponse>> |
DatabaseMigrationAsyncWaiter.waitUntilTestConnectionSucceeds(DescribeConnectionsRequest describeConnectionsRequest)
Polls
DatabaseMigrationAsyncClient.describeConnections(software.amazon.awssdk.services.databasemigration.model.DescribeConnectionsRequest) API until the desired condition
TestConnectionSucceeds is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeConnectionsResponse> |
DatabaseMigrationWaiter.waitUntilTestConnectionSucceeds(DescribeConnectionsRequest describeConnectionsRequest)
Polls
DatabaseMigrationClient.describeConnections() API until the desired condition
TestConnectionSucceeds is met, or until it is determined that the resource will never enter into the
desired state |
default CompletableFuture<WaiterResponse<DescribeConnectionsResponse>> |
DatabaseMigrationAsyncWaiter.waitUntilTestConnectionSucceeds(DescribeConnectionsRequest describeConnectionsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
DatabaseMigrationAsyncClient.describeConnections(software.amazon.awssdk.services.databasemigration.model.DescribeConnectionsRequest) API until the desired condition
TestConnectionSucceeds is met, or until it is determined that the resource will never enter into the
desired state |
default WaiterResponse<DescribeConnectionsResponse> |
DatabaseMigrationWaiter.waitUntilTestConnectionSucceeds(DescribeConnectionsRequest describeConnectionsRequest,
WaiterOverrideConfiguration overrideConfig)
Polls
DatabaseMigrationClient.describeConnections() API until the desired condition
TestConnectionSucceeds is met, or until it is determined that the resource will never enter into the
desired state |
Copyright © 2022. All rights reserved.