Uses of Class
com.oracle.bmc.datasafe.model.CryptoAssessmentWalletSummary.AutoLogin
-
Packages that use CryptoAssessmentWalletSummary.AutoLogin Package Description com.oracle.bmc.datasafe.model -
-
Uses of CryptoAssessmentWalletSummary.AutoLogin in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoAssessmentWalletSummary.AutoLogin Modifier and Type Method Description static CryptoAssessmentWalletSummary.AutoLoginCryptoAssessmentWalletSummary.AutoLogin. create(String key)CryptoAssessmentWalletSummary.AutoLoginCryptoAssessmentWalletSummary. getAutoLogin()Whether wallet auto-login is enabled.static CryptoAssessmentWalletSummary.AutoLoginCryptoAssessmentWalletSummary.AutoLogin. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoAssessmentWalletSummary.AutoLogin[]CryptoAssessmentWalletSummary.AutoLogin. 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 CryptoAssessmentWalletSummary.AutoLogin Modifier and Type Method Description CryptoAssessmentWalletSummary.BuilderCryptoAssessmentWalletSummary.Builder. autoLogin(CryptoAssessmentWalletSummary.AutoLogin autoLogin)Whether wallet auto-login is enabled.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoAssessmentWalletSummary.AutoLogin Constructor Description CryptoAssessmentWalletSummary(String assessmentId, Date timeLastAssessed, String targetId, CryptoAssessmentWalletSummary.Feature feature, String walletLocation, CryptoAssessmentWalletSummary.AutoLogin autoLogin, Date timeCreated, String walletEncryptionAlgorithm)Deprecated.
-