Uses of Class
software.amazon.awssdk.services.datazone.model.GlueConnectionType
-
Packages that use GlueConnectionType Package Description software.amazon.awssdk.services.datazone.model -
-
Uses of GlueConnectionType in software.amazon.awssdk.services.datazone.model
Methods in software.amazon.awssdk.services.datazone.model that return GlueConnectionType Modifier and Type Method Description GlueConnectionTypeGlueConnectionInput. connectionType()The connection type of the Amazon Web Services Glue connection.static GlueConnectionTypeGlueConnectionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static GlueConnectionTypeGlueConnectionType. valueOf(String name)Returns the enum constant of this type with the specified name.static GlueConnectionType[]GlueConnectionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.datazone.model that return types with arguments of type GlueConnectionType Modifier and Type Method Description static Set<GlueConnectionType>GlueConnectionType. knownValues()Methods in software.amazon.awssdk.services.datazone.model with parameters of type GlueConnectionType Modifier and Type Method Description GlueConnectionInput.BuilderGlueConnectionInput.Builder. connectionType(GlueConnectionType connectionType)The connection type of the Amazon Web Services Glue connection.
-