Uses of Enum Class
io.quarkus.amazon.common.runtime.AsyncHttpClientConfig.SslProviderType
-
Uses of AsyncHttpClientConfig.SslProviderType in io.quarkus.amazon.common.runtime
Methods in io.quarkus.amazon.common.runtime that return AsyncHttpClientConfig.SslProviderTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.AsyncHttpClientConfig.SslProviderType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.amazon.common.runtime that return types with arguments of type AsyncHttpClientConfig.SslProviderTypeModifier and TypeMethodDescriptionAsyncHttpClientConfig.sslProvider()The SSL Provider to be used in the Netty client.