Uses of Class
com.oracle.bmc.datasafe.model.CryptoAssessmentWalletSummary
-
Packages that use CryptoAssessmentWalletSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of CryptoAssessmentWalletSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type CryptoAssessmentWalletSummary Modifier and Type Method Description Iterable<CryptoAssessmentWalletSummary>DataSafePaginators. listCryptoAssessmentWalletsRecordIterator(ListCryptoAssessmentWalletsRequest request)Creates a new iterable which will iterate over theCryptoAssessmentWalletSummaryobjects contained in responses from the listCryptoAssessmentWallets operation. -
Uses of CryptoAssessmentWalletSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoAssessmentWalletSummary Modifier and Type Method Description CryptoAssessmentWalletSummaryCryptoAssessmentWalletSummary.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type CryptoAssessmentWalletSummary Modifier and Type Method Description List<CryptoAssessmentWalletSummary>CryptoAssessmentWalletCollection. getItems()Wallet details for the specified crypto assessment.Methods in com.oracle.bmc.datasafe.model with parameters of type CryptoAssessmentWalletSummary Modifier and Type Method Description CryptoAssessmentWalletSummary.BuilderCryptoAssessmentWalletSummary.Builder. copy(CryptoAssessmentWalletSummary model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type CryptoAssessmentWalletSummary Modifier and Type Method Description CryptoAssessmentWalletCollection.BuilderCryptoAssessmentWalletCollection.Builder. items(List<CryptoAssessmentWalletSummary> items)Wallet details for the specified crypto assessment.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type CryptoAssessmentWalletSummary Constructor Description CryptoAssessmentWalletCollection(List<CryptoAssessmentWalletSummary> items)Deprecated.
-