Uses of Enum Class
io.trino.plugin.exchange.filesystem.s3.ExchangeS3Config.S3SseType
Packages that use ExchangeS3Config.S3SseType
-
Uses of ExchangeS3Config.S3SseType in io.trino.plugin.exchange.filesystem.s3
Subclasses with type arguments of type ExchangeS3Config.S3SseType in io.trino.plugin.exchange.filesystem.s3Methods in io.trino.plugin.exchange.filesystem.s3 that return ExchangeS3Config.S3SseTypeModifier and TypeMethodDescription@NotNull ExchangeS3Config.S3SseTypeExchangeS3Config.getSseType()static ExchangeS3Config.S3SseTypeReturns the enum constant of this class with the specified name.static ExchangeS3Config.S3SseType[]ExchangeS3Config.S3SseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trino.plugin.exchange.filesystem.s3 with parameters of type ExchangeS3Config.S3SseTypeModifier and TypeMethodDescriptionExchangeS3Config.setSseType(ExchangeS3Config.S3SseType sseType)