Uses of Class
com.oracle.bmc.datasafe.model.CryptoAssessmentBackupSetSummary
-
Packages that use CryptoAssessmentBackupSetSummary Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of CryptoAssessmentBackupSetSummary in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return types with arguments of type CryptoAssessmentBackupSetSummary Modifier and Type Method Description Iterable<CryptoAssessmentBackupSetSummary>DataSafePaginators. listCryptoAssessmentBackupSetsRecordIterator(ListCryptoAssessmentBackupSetsRequest request)Creates a new iterable which will iterate over theCryptoAssessmentBackupSetSummaryobjects contained in responses from the listCryptoAssessmentBackupSets operation. -
Uses of CryptoAssessmentBackupSetSummary in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return CryptoAssessmentBackupSetSummary Modifier and Type Method Description CryptoAssessmentBackupSetSummaryCryptoAssessmentBackupSetSummary.Builder. build()Methods in com.oracle.bmc.datasafe.model that return types with arguments of type CryptoAssessmentBackupSetSummary Modifier and Type Method Description List<CryptoAssessmentBackupSetSummary>CryptoAssessmentBackupSetCollection. getItems()Backup set summary items for the specified crypto assessment.Methods in com.oracle.bmc.datasafe.model with parameters of type CryptoAssessmentBackupSetSummary Modifier and Type Method Description CryptoAssessmentBackupSetSummary.BuilderCryptoAssessmentBackupSetSummary.Builder. copy(CryptoAssessmentBackupSetSummary model)Method parameters in com.oracle.bmc.datasafe.model with type arguments of type CryptoAssessmentBackupSetSummary Modifier and Type Method Description CryptoAssessmentBackupSetCollection.BuilderCryptoAssessmentBackupSetCollection.Builder. items(List<CryptoAssessmentBackupSetSummary> items)Backup set summary items for the specified crypto assessment.Constructor parameters in com.oracle.bmc.datasafe.model with type arguments of type CryptoAssessmentBackupSetSummary Constructor Description CryptoAssessmentBackupSetCollection(List<CryptoAssessmentBackupSetSummary> items)Deprecated.
-