Package | Description |
---|---|
com.oracle.bmc.jms.model | |
com.oracle.bmc.jms.requests |
Modifier and Type | Method and Description |
---|---|
static CryptoAnalysisResultMode |
CryptoAnalysisResultMode.create(String key) |
CryptoAnalysisResultMode |
CryptoAnalysisResultSummary.getAggregationMode()
The result aggregation mode
|
CryptoAnalysisResultMode |
CryptoAnalysisResult.getAggregationMode()
The result aggregation mode
|
static 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.
|
Modifier and Type | Method and Description |
---|---|
CryptoAnalysisResultSummary.Builder |
CryptoAnalysisResultSummary.Builder.aggregationMode(CryptoAnalysisResultMode aggregationMode)
The result aggregation mode
|
CryptoAnalysisResult.Builder |
CryptoAnalysisResult.Builder.aggregationMode(CryptoAnalysisResultMode aggregationMode)
The result aggregation mode
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
CryptoAnalysisResultMode |
ListCryptoAnalysisResultsRequest.getAggregationMode()
The aggregation mode of the crypto event analysis result.
|
Modifier and Type | Method and Description |
---|---|
ListCryptoAnalysisResultsRequest.Builder |
ListCryptoAnalysisResultsRequest.Builder.aggregationMode(CryptoAnalysisResultMode aggregationMode)
The aggregation mode of the crypto event analysis result.
|
Copyright © 2016–2024. All rights reserved.