Uses of Class
software.amazon.awssdk.services.codestarconnections.model.Connection
-
Packages that use Connection Package Description software.amazon.awssdk.services.codestarconnections.model -
-
Uses of Connection in software.amazon.awssdk.services.codestarconnections.model
Methods in software.amazon.awssdk.services.codestarconnections.model that return Connection Modifier and Type Method Description ConnectionGetConnectionResponse. connection()The connection details, such as status, owner, and provider type.Methods in software.amazon.awssdk.services.codestarconnections.model that return types with arguments of type Connection Modifier and Type Method Description List<Connection>ListConnectionsResponse. connections()A list of connections and the details for each connection, such as status, owner, and provider type.Methods in software.amazon.awssdk.services.codestarconnections.model with parameters of type Connection Modifier and Type Method Description GetConnectionResponse.BuilderGetConnectionResponse.Builder. connection(Connection connection)The connection details, such as status, owner, and provider type.ListConnectionsResponse.BuilderListConnectionsResponse.Builder. connections(Connection... connections)A list of connections and the details for each connection, such as status, owner, and provider type.Method parameters in software.amazon.awssdk.services.codestarconnections.model with type arguments of type Connection Modifier and Type Method Description ListConnectionsResponse.BuilderListConnectionsResponse.Builder. connections(Collection<Connection> connections)A list of connections and the details for each connection, such as status, owner, and provider type.
-