Uses of Class
com.oracle.bmc.datasafe.model.CryptoAssessmentTdeObjectSummary
-
Packages that use CryptoAssessmentTdeObjectSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of CryptoAssessmentTdeObjectSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type CryptoAssessmentTdeObjectSummary Modifier and Type Method Description Iterable<CryptoAssessmentTdeObjectSummary>DataSafePaginators. listCryptoAssessmentTdeObjectsRecordIterator(ListCryptoAssessmentTdeObjectsRequest request)Creates a new iterable which will iterate over theCryptoAssessmentTdeObjectSummaryobjects contained in responses from the listCryptoAssessmentTdeObjects operation. -
Uses of CryptoAssessmentTdeObjectSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoAssessmentTdeObjectSummary Modifier and Type Method Description CryptoAssessmentTdeObjectSummaryCryptoAssessmentTdeObjectSummary.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type CryptoAssessmentTdeObjectSummary Modifier and Type Method Description List<CryptoAssessmentTdeObjectSummary>CryptoAssessmentTdeObjectCollection. getItems()TDE object encryption summary items.Methods in com.oracle.bmc.datasafe.model with parameters of type CryptoAssessmentTdeObjectSummary Modifier and Type Method Description CryptoAssessmentTdeObjectSummary.BuilderCryptoAssessmentTdeObjectSummary.Builder. copy(CryptoAssessmentTdeObjectSummary model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type CryptoAssessmentTdeObjectSummary Modifier and Type Method Description CryptoAssessmentTdeObjectCollection.BuilderCryptoAssessmentTdeObjectCollection.Builder. items(List<CryptoAssessmentTdeObjectSummary> items)TDE object encryption summary items.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type CryptoAssessmentTdeObjectSummary Constructor Description CryptoAssessmentTdeObjectCollection(List<CryptoAssessmentTdeObjectSummary> items)Deprecated.
-