Package | Description |
---|---|
com.amazonaws.services.databasemigrationservice.model |
Modifier and Type | Method and Description |
---|---|
Connection |
Connection.clone() |
Connection |
TestConnectionResult.getConnection()
The connection tested.
|
Connection |
Connection.withEndpointArn(String endpointArn)
The Amazon Resource Name (ARN) string that uniquely identifies the
endpoint.
|
Connection |
Connection.withEndpointIdentifier(String endpointIdentifier)
The identifier of the endpoint.
|
Connection |
Connection.withLastFailureMessage(String lastFailureMessage)
The error message when the connection last failed.
|
Connection |
Connection.withReplicationInstanceArn(String replicationInstanceArn)
The Amazon Resource Name (ARN) of the replication instance.
|
Connection |
Connection.withReplicationInstanceIdentifier(String replicationInstanceIdentifier)
The replication instance identifier.
|
Connection |
Connection.withStatus(String status)
The connection status.
|
Modifier and Type | Method and Description |
---|---|
List<Connection> |
DescribeConnectionsResult.getConnections()
A description of the connections.
|
Modifier and Type | Method and Description |
---|---|
void |
TestConnectionResult.setConnection(Connection connection)
The connection tested.
|
TestConnectionResult |
TestConnectionResult.withConnection(Connection connection)
The connection tested.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Connection... connections)
A description of the connections.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeConnectionsResult.setConnections(Collection<Connection> connections)
A description of the connections.
|
DescribeConnectionsResult |
DescribeConnectionsResult.withConnections(Collection<Connection> connections)
A description of the connections.
|
Copyright © 2018. All rights reserved.