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.jms
Methods 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 theCryptoAnalysisResultSummary
objects contained in responses from the listCryptoAnalysisResults operation. -
Uses of CryptoAnalysisResultSummary in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return CryptoAnalysisResultSummary Modifier and Type Method Description CryptoAnalysisResultSummary
CryptoAnalysisResultSummary.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.Builder
CryptoAnalysisResultSummary.Builder. copy(CryptoAnalysisResultSummary model)
Method parameters in com.oracle.bmc.jms.model with type arguments of type CryptoAnalysisResultSummary Modifier and Type Method Description CryptoAnalysisResultCollection.Builder
CryptoAnalysisResultCollection.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.
-