Uses of Class
software.amazon.awssdk.services.databasemigration.model.SslSecurityProtocolValue
-
Packages that use SslSecurityProtocolValue Package Description software.amazon.awssdk.services.databasemigration.model -
-
Uses of SslSecurityProtocolValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return SslSecurityProtocolValue Modifier and Type Method Description static SslSecurityProtocolValueSslSecurityProtocolValue. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SslSecurityProtocolValueRedisSettings. sslSecurityProtocol()The connection to a Redis target endpoint using Transport Layer Security (TLS).static SslSecurityProtocolValueSslSecurityProtocolValue. valueOf(String name)Returns the enum constant of this type with the specified name.static SslSecurityProtocolValue[]SslSecurityProtocolValue. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type SslSecurityProtocolValue Modifier and Type Method Description static Set<SslSecurityProtocolValue>SslSecurityProtocolValue. knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type SslSecurityProtocolValue Modifier and Type Method Description RedisSettings.BuilderRedisSettings.Builder. sslSecurityProtocol(SslSecurityProtocolValue sslSecurityProtocol)The connection to a Redis target endpoint using Transport Layer Security (TLS).
-