| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ClassificationResult |
ClassificationResult.clone() |
ClassificationResult |
ClassificationDetails.getResult()
The status and detailed results of the finding.
|
ClassificationResult |
ClassificationResult.withCustomDataIdentifiers(CustomDataIdentifiers customDataIdentifiers)
The number of occurrences of the data that produced the finding, and the custom data identifiers that detected
the data.
|
ClassificationResult |
ClassificationResult.withMimeType(String mimeType)
The type of content, expressed as a MIME type, that the finding applies to.
|
ClassificationResult |
ClassificationResult.withSensitiveData(Collection<SensitiveDataItem> sensitiveData)
The category and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult |
ClassificationResult.withSensitiveData(SensitiveDataItem... sensitiveData)
The category and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult |
ClassificationResult.withSizeClassified(Long sizeClassified)
The total size, in bytes, of the data that the finding applies to.
|
ClassificationResult |
ClassificationResult.withStatus(ClassificationResultStatus status)
The status of the finding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationDetails.setResult(ClassificationResult result)
The status and detailed results of the finding.
|
ClassificationDetails |
ClassificationDetails.withResult(ClassificationResult result)
The status and detailed results of the finding.
|
Copyright © 2020. All rights reserved.