Uses of Class
software.amazon.awssdk.services.athena.model.ConnectionType
-
Packages that use ConnectionType Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ConnectionType in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ConnectionType Modifier and Type Method Description ConnectionTypeDataCatalog. connectionType()The type of connection for aFEDERATEDdata catalog (for example,REDSHIFT,MYSQL, orSQLSERVER).ConnectionTypeDataCatalogSummary. connectionType()The type of connection for aFEDERATEDdata catalog (for example,REDSHIFT,MYSQL, orSQLSERVER).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.athena.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.athena.model with parameters of type ConnectionType Modifier and Type Method Description DataCatalog.BuilderDataCatalog.Builder. connectionType(ConnectionType connectionType)The type of connection for aFEDERATEDdata catalog (for example,REDSHIFT,MYSQL, orSQLSERVER).DataCatalogSummary.BuilderDataCatalogSummary.Builder. connectionType(ConnectionType connectionType)The type of connection for aFEDERATEDdata catalog (for example,REDSHIFT,MYSQL, orSQLSERVER).
-