Uses of Class
com.oracle.bmc.jms.model.CryptoAnalysisResultCollection
-
Packages that use CryptoAnalysisResultCollection Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.responses -
-
Uses of CryptoAnalysisResultCollection in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return CryptoAnalysisResultCollection Modifier and Type Method Description CryptoAnalysisResultCollection
CryptoAnalysisResultCollection.Builder. build()
Methods in com.oracle.bmc.jms.model with parameters of type CryptoAnalysisResultCollection Modifier and Type Method Description CryptoAnalysisResultCollection.Builder
CryptoAnalysisResultCollection.Builder. copy(CryptoAnalysisResultCollection model)
-
Uses of CryptoAnalysisResultCollection in com.oracle.bmc.jms.responses
Methods in com.oracle.bmc.jms.responses that return CryptoAnalysisResultCollection Modifier and Type Method Description CryptoAnalysisResultCollection
ListCryptoAnalysisResultsResponse. getCryptoAnalysisResultCollection()
The returned CryptoAnalysisResultCollection instance.Methods in com.oracle.bmc.jms.responses with parameters of type CryptoAnalysisResultCollection Modifier and Type Method Description ListCryptoAnalysisResultsResponse.Builder
ListCryptoAnalysisResultsResponse.Builder. cryptoAnalysisResultCollection(CryptoAnalysisResultCollection cryptoAnalysisResultCollection)
The returned CryptoAnalysisResultCollection instance.
-