Uses of Enum
software.amazon.awssdk.services.databasemigration.model.SslSecurityProtocolValue
Packages that use SslSecurityProtocolValue
-
Uses of SslSecurityProtocolValue in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return SslSecurityProtocolValueModifier and TypeMethodDescriptionstatic SslSecurityProtocolValueUse this in place of valueOf to convert the raw string returned by the service into the enum value.final SslSecurityProtocolValueRedisSettings.sslSecurityProtocol()The connection to a Redis target endpoint using Transport Layer Security (TLS).static SslSecurityProtocolValueReturns 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 SslSecurityProtocolValueModifier and TypeMethodDescriptionstatic Set<SslSecurityProtocolValue>SslSecurityProtocolValue.knownValues()Methods in software.amazon.awssdk.services.databasemigration.model with parameters of type SslSecurityProtocolValueModifier and TypeMethodDescriptionRedisSettings.Builder.sslSecurityProtocol(SslSecurityProtocolValue sslSecurityProtocol) The connection to a Redis target endpoint using Transport Layer Security (TLS).