| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
ClassificationResult |
ClassificationResult.clone() |
ClassificationResult |
DataClassificationDetails.getResult()
The details about the sensitive data that was detected on the resource.
|
ClassificationResult |
ClassificationResult.withAdditionalOccurrences(Boolean additionalOccurrences)
Indicates whether there are additional occurrences of sensitive data that are not included in the finding.
|
ClassificationResult |
ClassificationResult.withCustomDataIdentifiers(CustomDataIdentifiersResult customDataIdentifiers)
Provides details about sensitive data that was identified based on customer-defined configuration.
|
ClassificationResult |
ClassificationResult.withMimeType(String mimeType)
The type of content that the finding applies to.
|
ClassificationResult |
ClassificationResult.withSensitiveData(Collection<SensitiveDataResult> sensitiveData)
Provides details about sensitive data that was identified based on built-in configuration.
|
ClassificationResult |
ClassificationResult.withSensitiveData(SensitiveDataResult... sensitiveData)
Provides details about sensitive data that was identified based on built-in configuration.
|
ClassificationResult |
ClassificationResult.withSizeClassified(Long sizeClassified)
The total size in bytes of the affected data.
|
ClassificationResult |
ClassificationResult.withStatus(ClassificationStatus status)
The current status of the sensitive data detection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataClassificationDetails.setResult(ClassificationResult result)
The details about the sensitive data that was detected on the resource.
|
DataClassificationDetails |
DataClassificationDetails.withResult(ClassificationResult result)
The details about the sensitive data that was detected on the resource.
|
Copyright © 2023. All rights reserved.