Uses of Class
software.amazon.awssdk.services.glue.model.ConnectionType
-
Packages that use ConnectionType Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConnectionType in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ConnectionType Modifier and Type Method Description ConnectionTypeConnection. connectionType()The type of the connection.ConnectionTypeConnectionInput. connectionType()The type of the connection.ConnectionTypeConnectionTypeBrief. connectionType()The name of the connection type.ConnectionTypeGetConnectionsFilter. connectionType()The type of connections to return.ConnectionTypeTestConnectionInput. connectionType()The type of connection to test.static ConnectionTypeConnectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConnectionTypeConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectionType[]ConnectionType. 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 ConnectionType Modifier and Type Method Description static Set<ConnectionType>ConnectionType. knownValues()Methods in software.amazon.awssdk.services.glue.model with parameters of type ConnectionType Modifier and Type Method Description Connection.BuilderConnection.Builder. connectionType(ConnectionType connectionType)The type of the connection.ConnectionInput.BuilderConnectionInput.Builder. connectionType(ConnectionType connectionType)The type of the connection.ConnectionTypeBrief.BuilderConnectionTypeBrief.Builder. connectionType(ConnectionType connectionType)The name of the connection type.GetConnectionsFilter.BuilderGetConnectionsFilter.Builder. connectionType(ConnectionType connectionType)The type of connections to return.TestConnectionInput.BuilderTestConnectionInput.Builder. connectionType(ConnectionType connectionType)The type of connection to test.
-