| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
GetConnectionResponse.connection()
The connection details, such as status, owner, and provider type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
ListConnectionsResponse.connections()
A list of connections and the details for each connection, such as status, owner, and provider type.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectionResponse.Builder |
GetConnectionResponse.Builder.connection(Connection connection)
The connection details, such as status, owner, and provider type.
|
ListConnectionsResponse.Builder |
ListConnectionsResponse.Builder.connections(Connection... connections)
A list of connections and the details for each connection, such as status, owner, and provider type.
|
| Modifier and Type | Method and Description |
|---|---|
ListConnectionsResponse.Builder |
ListConnectionsResponse.Builder.connections(Collection<Connection> connections)
A list of connections and the details for each connection, such as status, owner, and provider type.
|
Copyright © 2022. All rights reserved.