| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static GetConnectionsResponse.Builder |
GetConnectionsResponse.builder() |
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connectionList(Collection<Connection> connectionList)
A list of requested connection definitions.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connectionList(Connection... connectionList)
A list of requested connection definitions.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connectionList(Consumer<Connection.Builder>... connectionList)
A list of requested connection definitions.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.nextToken(String nextToken)
A continuation token, if the list of connections returned does not include the last of the filtered
connections.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetConnectionsResponse.Builder> |
GetConnectionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.