Uses of Class
software.amazon.awssdk.services.databasemigration.model.Connection
Packages that use Connection
-
Uses of Connection in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return ConnectionModifier and TypeMethodDescriptionfinal ConnectionDeleteConnectionResponse.connection()The connection that is being deleted.final ConnectionTestConnectionResponse.connection()The connection tested.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type ConnectionModifier and TypeMethodDescriptionfinal List<Connection>DescribeConnectionsResponse.connections()A description of the connections.Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type ConnectionModifier and TypeMethodDescriptionDeleteConnectionResponse.Builder.connection(Connection connection) The connection that is being deleted.TestConnectionResponse.Builder.connection(Connection connection) The connection tested.DescribeConnectionsResponse.Builder.connections(Connection... connections) A description of the connections.Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type ConnectionModifier and TypeMethodDescriptionDescribeConnectionsResponse.Builder.connections(Collection<Connection> connections) A description of the connections.