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