| Package | Description |
|---|---|
| software.amazon.awssdk.services.databasemigration.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
DeleteConnectionResponse.connection()
The connection that is being deleted.
|
Connection |
TestConnectionResponse.connection()
The connection tested.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
DescribeConnectionsResponse.connections()
A description of the connections.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteConnectionResponse.Builder |
DeleteConnectionResponse.Builder.connection(Connection connection)
The connection that is being deleted.
|
TestConnectionResponse.Builder |
TestConnectionResponse.Builder.connection(Connection connection)
The connection tested.
|
DescribeConnectionsResponse.Builder |
DescribeConnectionsResponse.Builder.connections(Connection... connections)
A description of the connections.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeConnectionsResponse.Builder |
DescribeConnectionsResponse.Builder.connections(Collection<Connection> connections)
A description of the connections.
|
Copyright © 2023. All rights reserved.