| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionPropertyKey |
ConnectionPropertyKey.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static ConnectionPropertyKey |
ConnectionPropertyKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionPropertyKey[] |
ConnectionPropertyKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ConnectionPropertyKey,String> |
Connection.connectionProperties()
These key-value pairs define parameters for the connection:
|
Map<ConnectionPropertyKey,String> |
ConnectionInput.connectionProperties()
These key-value pairs define parameters for the connection.
|
static Set<ConnectionPropertyKey> |
ConnectionPropertyKey.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Connection.Builder |
Connection.Builder.connectionProperties(Map<ConnectionPropertyKey,String> connectionProperties)
These key-value pairs define parameters for the connection:
|
ConnectionInput.Builder |
ConnectionInput.Builder.connectionProperties(Map<ConnectionPropertyKey,String> connectionProperties)
These key-value pairs define parameters for the connection.
|
Copyright © 2023. All rights reserved.