Uses of Class
com.oracle.bmc.datasafe.model.CryptoAssessmentWalletSummary.Feature
-
Packages that use CryptoAssessmentWalletSummary.Feature Package Description com.oracle.bmc.datasafe.model com.oracle.bmc.datasafe.requests -
-
Uses of CryptoAssessmentWalletSummary.Feature in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoAssessmentWalletSummary.Feature Modifier and Type Method Description static CryptoAssessmentWalletSummary.FeatureCryptoAssessmentWalletSummary.Feature. create(String key)CryptoAssessmentWalletSummary.FeatureCryptoAssessmentWalletSummary. getFeature()Crypto feature for which wallet details are reported.static CryptoAssessmentWalletSummary.FeatureCryptoAssessmentWalletSummary.Feature. valueOf(String name)Returns the enum constant of this type with the specified name.static CryptoAssessmentWalletSummary.Feature[]CryptoAssessmentWalletSummary.Feature. 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.Feature Modifier and Type Method Description CryptoAssessmentWalletSummary.BuilderCryptoAssessmentWalletSummary.Builder. feature(CryptoAssessmentWalletSummary.Feature feature)Crypto feature for which wallet details are reported.Constructors in com.oracle.bmc.datasafe.model with parameters of type CryptoAssessmentWalletSummary.Feature Constructor Description CryptoAssessmentWalletSummary(String assessmentId, Date timeLastAssessed, String targetId, CryptoAssessmentWalletSummary.Feature feature, String walletLocation, CryptoAssessmentWalletSummary.AutoLogin autoLogin, Date timeCreated, String walletEncryptionAlgorithm)Deprecated. -
Uses of CryptoAssessmentWalletSummary.Feature in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return CryptoAssessmentWalletSummary.Feature Modifier and Type Method Description CryptoAssessmentWalletSummary.FeatureListCryptoAssessmentWalletsRequest. getFeature()A filter to return only wallets for the specified feature.Methods in com.oracle.bmc.datasafe.requests with parameters of type CryptoAssessmentWalletSummary.Feature Modifier and Type Method Description ListCryptoAssessmentWalletsRequest.BuilderListCryptoAssessmentWalletsRequest.Builder. feature(CryptoAssessmentWalletSummary.Feature feature)A filter to return only wallets for the specified feature.
-