Uses of Class
com.oracle.bmc.datasafe.model.CryptoAssessmentKeySummary
-
Packages that use CryptoAssessmentKeySummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of CryptoAssessmentKeySummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type CryptoAssessmentKeySummary Modifier and Type Method Description Iterable<CryptoAssessmentKeySummary>DataSafePaginators. listCryptoAssessmentKeysRecordIterator(ListCryptoAssessmentKeysRequest request)Creates a new iterable which will iterate over theCryptoAssessmentKeySummaryobjects contained in responses from the listCryptoAssessmentKeys operation. -
Uses of CryptoAssessmentKeySummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoAssessmentKeySummary Modifier and Type Method Description CryptoAssessmentKeySummaryCryptoAssessmentKeySummary.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type CryptoAssessmentKeySummary Modifier and Type Method Description List<CryptoAssessmentKeySummary>CryptoAssessmentKeyCollection. getItems()Cryptographic key summaries for the specified crypto assessment.Methods in com.oracle.bmc.datasafe.model with parameters of type CryptoAssessmentKeySummary Modifier and Type Method Description CryptoAssessmentKeySummary.BuilderCryptoAssessmentKeySummary.Builder. copy(CryptoAssessmentKeySummary model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type CryptoAssessmentKeySummary Modifier and Type Method Description CryptoAssessmentKeyCollection.BuilderCryptoAssessmentKeyCollection.Builder. items(List<CryptoAssessmentKeySummary> items)Cryptographic key summaries for the specified crypto assessment.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type CryptoAssessmentKeySummary Constructor Description CryptoAssessmentKeyCollection(List<CryptoAssessmentKeySummary> items)Deprecated.
-