Uses of Class
com.oracle.bmc.databasemanagement.model.RestCredential.SslTrustStoreType
-
Packages that use RestCredential.SslTrustStoreType Package Description com.oracle.bmc.databasemanagement.model -
-
Uses of RestCredential.SslTrustStoreType in com.oracle.bmc.databasemanagement.model
Methods in com.oracle.bmc.databasemanagement.model that return RestCredential.SslTrustStoreType Modifier and Type Method Description static RestCredential.SslTrustStoreType
RestCredential.SslTrustStoreType. create(String key)
RestCredential.SslTrustStoreType
RestCredential. getSslTrustStoreType()
The SSL truststore type.static RestCredential.SslTrustStoreType
RestCredential.SslTrustStoreType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RestCredential.SslTrustStoreType[]
RestCredential.SslTrustStoreType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.model with parameters of type RestCredential.SslTrustStoreType Modifier and Type Method Description RestCredential.Builder
RestCredential.Builder. sslTrustStoreType(RestCredential.SslTrustStoreType sslTrustStoreType)
The SSL truststore type.Constructors in com.oracle.bmc.databasemanagement.model with parameters of type RestCredential.SslTrustStoreType Constructor Description RestCredential(String username, String password, RestCredential.SslTrustStoreType sslTrustStoreType, String sslTrustStoreLocation, String sslTrustStorePassword)
Deprecated.
-