Uses of Class
software.amazon.awssdk.services.glue.model.ConnectionPropertyKey
-
Packages that use ConnectionPropertyKey Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConnectionPropertyKey in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ConnectionPropertyKey Modifier and Type Method Description static ConnectionPropertyKeyConnectionPropertyKey. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionPropertyKeyConnectionPropertyKey. 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.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ConnectionPropertyKey Modifier and Type Method Description Map<ConnectionPropertyKey,String>Connection. connectionProperties()These key-value pairs define parameters for the connection when using the version 1 Connection schema:Map<ConnectionPropertyKey,String>ConnectionInput. connectionProperties()These key-value pairs define parameters for the connection.Map<ConnectionPropertyKey,String>TestConnectionInput. connectionProperties()The key-value pairs that define parameters for the connection.static Set<ConnectionPropertyKey>ConnectionPropertyKey. knownValues()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ConnectionPropertyKey Modifier and Type Method Description Connection.BuilderConnection.Builder. connectionProperties(Map<ConnectionPropertyKey,String> connectionProperties)These key-value pairs define parameters for the connection when using the version 1 Connection schema:ConnectionInput.BuilderConnectionInput.Builder. connectionProperties(Map<ConnectionPropertyKey,String> connectionProperties)These key-value pairs define parameters for the connection.TestConnectionInput.BuilderTestConnectionInput.Builder. connectionProperties(Map<ConnectionPropertyKey,String> connectionProperties)The key-value pairs that define parameters for the connection.
-