Uses of Class
com.oracle.bmc.jms.model.CryptoAnalysisResultMode
-
Packages that use CryptoAnalysisResultMode Package Description com.oracle.bmc.jms.model com.oracle.bmc.jms.requests -
-
Uses of CryptoAnalysisResultMode in com.oracle.bmc.jms.model
Methods in com.oracle.bmc.jms.model that return CryptoAnalysisResultMode Modifier and Type Method Description static CryptoAnalysisResultMode
CryptoAnalysisResultMode. create(String key)
CryptoAnalysisResultMode
CryptoAnalysisResult. getAggregationMode()
The result aggregation modeCryptoAnalysisResultMode
CryptoAnalysisResultSummary. getAggregationMode()
The result aggregation modestatic CryptoAnalysisResultMode
CryptoAnalysisResultMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static CryptoAnalysisResultMode[]
CryptoAnalysisResultMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.jms.model with parameters of type CryptoAnalysisResultMode Modifier and Type Method Description CryptoAnalysisResult.Builder
CryptoAnalysisResult.Builder. aggregationMode(CryptoAnalysisResultMode aggregationMode)
The result aggregation modeCryptoAnalysisResultSummary.Builder
CryptoAnalysisResultSummary.Builder. aggregationMode(CryptoAnalysisResultMode aggregationMode)
The result aggregation modeConstructors in com.oracle.bmc.jms.model with parameters of type CryptoAnalysisResultMode Constructor Description CryptoAnalysisResult(String id, String workRequestId, CryptoAnalysisResultMode aggregationMode, String fleetId, String managedInstanceId, String hostName, Date timeFirstEvent, Date timeLastEvent, Integer totalEventCount, Integer summarizedEventCount, Integer findingCount, Integer nonCompliantFindingCount, Date timeCreated, Date timeStarted, Date timeFinished, String cryptoRoadmapVersion, String namespace, String bucketName, String objectName)
Deprecated.CryptoAnalysisResultSummary(String id, String workRequestId, CryptoAnalysisResultMode aggregationMode, String fleetId, String managedInstanceId, String hostName, Date timeFirstEvent, Date timeLastEvent, Integer totalEventCount, Integer summarizedEventCount, Integer findingCount, Integer nonCompliantFindingCount, Date timeCreated, Date timeStarted, Date timeFinished, String cryptoRoadmapVersion, String namespace, String bucketName, String objectName)
Deprecated. -
Uses of CryptoAnalysisResultMode in com.oracle.bmc.jms.requests
Methods in com.oracle.bmc.jms.requests that return CryptoAnalysisResultMode Modifier and Type Method Description CryptoAnalysisResultMode
ListCryptoAnalysisResultsRequest. getAggregationMode()
The aggregation mode of the crypto event analysis result.Methods in com.oracle.bmc.jms.requests with parameters of type CryptoAnalysisResultMode Modifier and Type Method Description ListCryptoAnalysisResultsRequest.Builder
ListCryptoAnalysisResultsRequest.Builder. aggregationMode(CryptoAnalysisResultMode aggregationMode)
The aggregation mode of the crypto event analysis result.
-