Uses of Class
com.amazonaws.services.databasemigrationservice.model.Connection
-
Packages that use Connection Package Description com.amazonaws.services.databasemigrationservice.model -
-
Uses of Connection in com.amazonaws.services.databasemigrationservice.model
Methods in com.amazonaws.services.databasemigrationservice.model that return Connection Modifier and Type Method Description ConnectionConnection. clone()ConnectionTestConnectionResult. getConnection()The connection tested.ConnectionConnection. withEndpointArn(String endpointArn)The Amazon Resource Name (ARN) string that uniquely identifies the endpoint.ConnectionConnection. withEndpointIdentifier(String endpointIdentifier)The identifier of the endpoint.ConnectionConnection. withLastFailureMessage(String lastFailureMessage)The error message when the connection last failed.ConnectionConnection. withReplicationInstanceArn(String replicationInstanceArn)The Amazon Resource Name (ARN) of the replication instance.ConnectionConnection. withReplicationInstanceIdentifier(String replicationInstanceIdentifier)The replication instance identifier.ConnectionConnection. withStatus(String status)The connection status.Methods in com.amazonaws.services.databasemigrationservice.model that return types with arguments of type Connection Modifier and Type Method Description List<Connection>DescribeConnectionsResult. getConnections()A description of the connections.Methods in com.amazonaws.services.databasemigrationservice.model with parameters of type Connection Modifier and Type Method Description voidTestConnectionResult. setConnection(Connection connection)The connection tested.TestConnectionResultTestConnectionResult. withConnection(Connection connection)The connection tested.DescribeConnectionsResultDescribeConnectionsResult. withConnections(Connection... connections)A description of the connections.Method parameters in com.amazonaws.services.databasemigrationservice.model with type arguments of type Connection Modifier and Type Method Description voidDescribeConnectionsResult. setConnections(Collection<Connection> connections)A description of the connections.DescribeConnectionsResultDescribeConnectionsResult. withConnections(Collection<Connection> connections)A description of the connections.
-