| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Connection |
GetConnectionResponse.connection()
The requested connection definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<Connection> |
GetConnectionsResponse.connectionList()
A list of requested connection definitions.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectionResponse.Builder |
GetConnectionResponse.Builder.connection(Connection connection)
The requested connection definition.
|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connectionList(Connection... connectionList)
A list of requested connection definitions.
|
| Modifier and Type | Method and Description |
|---|---|
GetConnectionsResponse.Builder |
GetConnectionsResponse.Builder.connectionList(Collection<Connection> connectionList)
A list of requested connection definitions.
|
Copyright © 2023. All rights reserved.