Uses of Class
com.oracle.bmc.datasafe.model.TlsConfig.Status
-
Packages that use TlsConfig.Status Package Description com.oracle.bmc.datasafe.model -
-
Uses of TlsConfig.Status in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return TlsConfig.Status Modifier and Type Method Description static TlsConfig.Status
TlsConfig.Status. create(String key)
TlsConfig.Status
TlsConfig. getStatus()
Status to represent whether the database connection is TLS enabled or not.static TlsConfig.Status
TlsConfig.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static TlsConfig.Status[]
TlsConfig.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type TlsConfig.Status Modifier and Type Method Description TlsConfig.Builder
TlsConfig.Builder. status(TlsConfig.Status status)
Status to represent whether the database connection is TLS enabled or not.Constructors in com.oracle.bmc.datasafe.model with parameters of type TlsConfig.Status Constructor Description TlsConfig(TlsConfig.Status status, TlsConfig.CertificateStoreType certificateStoreType, String storePassword, String trustStoreContent, String keyStoreContent)
Deprecated.
-