Uses of Class
software.amazon.awssdk.services.glue.model.Connection
-
Packages that use Connection Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Connection in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Connection Modifier and Type Method Description ConnectionGetConnectionResponse. connection()The requested connection definition.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Connection Modifier and Type Method Description List<Connection>GetConnectionsResponse. connectionList()A list of requested connection definitions.Methods in software.amazon.awssdk.services.glue.model with parameters of type Connection Modifier and Type Method Description GetConnectionResponse.BuilderGetConnectionResponse.Builder. connection(Connection connection)The requested connection definition.GetConnectionsResponse.BuilderGetConnectionsResponse.Builder. connectionList(Connection... connectionList)A list of requested connection definitions.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Connection Modifier and Type Method Description GetConnectionsResponse.BuilderGetConnectionsResponse.Builder. connectionList(Collection<Connection> connectionList)A list of requested connection definitions.
-