| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
ClassificationResult |
ClassificationResult.clone() |
ClassificationResult |
ClassificationDetails.getResult()
The status and other details for the finding.
|
ClassificationResult |
ClassificationResult.withAdditionalOccurrences(Boolean additionalOccurrences)
Specifies whether Amazon Macie detected additional occurrences of sensitive data in the S3 object.
|
ClassificationResult |
ClassificationResult.withCustomDataIdentifiers(CustomDataIdentifiers customDataIdentifiers)
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that they
detected.
|
ClassificationResult |
ClassificationResult.withMimeType(String mimeType)
The type of content, as a MIME type, that the finding applies to.
|
ClassificationResult |
ClassificationResult.withSensitiveData(Collection<SensitiveDataItem> sensitiveData)
The category, types, and number of occurrences of the sensitive data that produced the finding.
|
ClassificationResult |
ClassificationResult.withSensitiveData(SensitiveDataItem... sensitiveData)
The category, types, 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 other details for the finding.
|
ClassificationDetails |
ClassificationDetails.withResult(ClassificationResult result)
The status and other details for the finding.
|
Copyright © 2021. All rights reserved.