JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
org.springframework.boot.autoconfigure.cassandra.CassandraProperties.Ssl
Packages that use
CassandraProperties.Ssl
Package
Description
org.springframework.boot.autoconfigure.cassandra
Auto-configuration for Cassandra.
Uses of
CassandraProperties.Ssl
in
org.springframework.boot.autoconfigure.cassandra
Methods in
org.springframework.boot.autoconfigure.cassandra
that return
CassandraProperties.Ssl
Modifier and Type
Method
Description
CassandraProperties.Ssl
CassandraProperties.
getSsl
()
Methods in
org.springframework.boot.autoconfigure.cassandra
with parameters of type
CassandraProperties.Ssl
Modifier and Type
Method
Description
void
CassandraProperties.
setSsl
(
CassandraProperties.Ssl
ssl)