Uses of Class
software.amazon.awssdk.services.glue.model.ConnectionTypeVariant
-
Packages that use ConnectionTypeVariant Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ConnectionTypeVariant in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ConnectionTypeVariant Modifier and Type Method Description List<ConnectionTypeVariant>ConnectionTypeBrief. connectionTypeVariants()A list of variants available for this connection type.Methods in software.amazon.awssdk.services.glue.model with parameters of type ConnectionTypeVariant Modifier and Type Method Description ConnectionTypeBrief.BuilderConnectionTypeBrief.Builder. connectionTypeVariants(ConnectionTypeVariant... connectionTypeVariants)A list of variants available for this connection type.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type ConnectionTypeVariant Modifier and Type Method Description ConnectionTypeBrief.BuilderConnectionTypeBrief.Builder. connectionTypeVariants(Collection<ConnectionTypeVariant> connectionTypeVariants)A list of variants available for this connection type.
-