| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
SensitiveDataResult |
SensitiveDataResult.clone() |
SensitiveDataResult |
SensitiveDataResult.withCategory(String category)
The category of sensitive data that was detected.
|
SensitiveDataResult |
SensitiveDataResult.withDetections(Collection<SensitiveDataDetections> detections)
The list of detected instances of sensitive data.
|
SensitiveDataResult |
SensitiveDataResult.withDetections(SensitiveDataDetections... detections)
The list of detected instances of sensitive data.
|
SensitiveDataResult |
SensitiveDataResult.withTotalCount(Long totalCount)
The total number of occurrences of sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
List<SensitiveDataResult> |
ClassificationResult.getSensitiveData()
Provides details about sensitive data that was identified based on built-in configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ClassificationResult |
ClassificationResult.withSensitiveData(SensitiveDataResult... sensitiveData)
Provides details about sensitive data that was identified based on built-in configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationResult.setSensitiveData(Collection<SensitiveDataResult> sensitiveData)
Provides details about sensitive data that was identified based on built-in configuration.
|
ClassificationResult |
ClassificationResult.withSensitiveData(Collection<SensitiveDataResult> sensitiveData)
Provides details about sensitive data that was identified based on built-in configuration.
|
Copyright © 2024. All rights reserved.