Uses of Class
com.oracle.bmc.jms.model.CryptoAnalysisResultSummary
- 
Packages that use CryptoAnalysisResultSummary Package Description com.oracle.bmc.jms com.oracle.bmc.jms.model 
- 
- 
Uses of CryptoAnalysisResultSummary in com.oracle.bmc.jmsMethods in com.oracle.bmc.jms that return types with arguments of type CryptoAnalysisResultSummary Modifier and Type Method Description Iterable<CryptoAnalysisResultSummary>JavaManagementServicePaginators. listCryptoAnalysisResultsRecordIterator(ListCryptoAnalysisResultsRequest request)Creates a new iterable which will iterate over theCryptoAnalysisResultSummaryobjects contained in responses from the listCryptoAnalysisResults operation.
- 
Uses of CryptoAnalysisResultSummary in com.oracle.bmc.jms.modelMethods in com.oracle.bmc.jms.model that return CryptoAnalysisResultSummary Modifier and Type Method Description CryptoAnalysisResultSummaryCryptoAnalysisResultSummary.Builder. build()Methods in com.oracle.bmc.jms.model that return types with arguments of type CryptoAnalysisResultSummary Modifier and Type Method Description List<CryptoAnalysisResultSummary>CryptoAnalysisResultCollection. getItems()A list of Crypto Event Analysis results.Methods in com.oracle.bmc.jms.model with parameters of type CryptoAnalysisResultSummary Modifier and Type Method Description CryptoAnalysisResultSummary.BuilderCryptoAnalysisResultSummary.Builder. copy(CryptoAnalysisResultSummary model)Method parameters in com.oracle.bmc.jms.model with type arguments of type CryptoAnalysisResultSummary Modifier and Type Method Description CryptoAnalysisResultCollection.BuilderCryptoAnalysisResultCollection.Builder. items(List<CryptoAnalysisResultSummary> items)A list of Crypto Event Analysis results.Constructor parameters in com.oracle.bmc.jms.model with type arguments of type CryptoAnalysisResultSummary Constructor Description CryptoAnalysisResultCollection(List<CryptoAnalysisResultSummary> items)Deprecated.
 
-