| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarconnections.model |
| Modifier and Type | Method and Description |
|---|---|
static ListConnectionsResponse.Builder |
ListConnectionsResponse.builder() |
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.
|
ListConnectionsResponse.Builder |
ListConnectionsResponse.Builder.connections(Connection... connections)
A list of connections and the details for each connection, such as status, owner, and provider type.
|
ListConnectionsResponse.Builder |
ListConnectionsResponse.Builder.connections(Consumer<Connection.Builder>... connections)
A list of connections and the details for each connection, such as status, owner, and provider type.
|
ListConnectionsResponse.Builder |
ListConnectionsResponse.Builder.nextToken(String nextToken)
A token that can be used in the next
ListConnections call. |
ListConnectionsResponse.Builder |
ListConnectionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListConnectionsResponse.Builder> |
ListConnectionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.