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(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.connections(Connection... 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() |
|