| Package | Description |
|---|---|
| software.amazon.awssdk.services.networkmanager.model |
| Modifier and Type | Method and Description |
|---|---|
static GetConnectionsResponse.Builder |
GetConnectionsResponse.builder() |
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connections(Collection<Connection> connections)
Information about the connections.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connections(Connection... connections)
Information about the connections.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connections(Consumer<Connection.Builder>... connections)
Information about the connections.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.nextToken(String nextToken)
The token to use for the next page of results.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetConnectionsResponse.Builder> |
GetConnectionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.