Uses of Class
software.amazon.awssdk.services.firehose.model.SSLMode
-
Packages that use SSLMode Package Description software.amazon.awssdk.services.firehose.model -
-
Uses of SSLMode in software.amazon.awssdk.services.firehose.model
Methods in software.amazon.awssdk.services.firehose.model that return SSLMode Modifier and Type Method Description static SSLModeSSLMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SSLModeDatabaseSourceConfiguration. sslMode()SSLModeDatabaseSourceDescription. sslMode()static SSLModeSSLMode. valueOf(String name)Returns the enum constant of this type with the specified name.static SSLMode[]SSLMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.firehose.model that return types with arguments of type SSLMode Modifier and Type Method Description static Set<SSLMode>SSLMode. knownValues()Methods in software.amazon.awssdk.services.firehose.model with parameters of type SSLMode Modifier and Type Method Description DatabaseSourceConfiguration.BuilderDatabaseSourceConfiguration.Builder. sslMode(SSLMode sslMode)DatabaseSourceDescription.BuilderDatabaseSourceDescription.Builder. sslMode(SSLMode sslMode)
-