| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDataIdentifiersResult |
CustomDataIdentifiersResult.clone() |
CustomDataIdentifiersResult |
ClassificationResult.getCustomDataIdentifiers()
Provides details about sensitive data that was identified based on customer-defined configuration.
|
CustomDataIdentifiersResult |
CustomDataIdentifiersResult.withDetections(Collection<CustomDataIdentifiersDetections> detections)
The list of detected instances of sensitive data.
|
CustomDataIdentifiersResult |
CustomDataIdentifiersResult.withDetections(CustomDataIdentifiersDetections... detections)
The list of detected instances of sensitive data.
|
CustomDataIdentifiersResult |
CustomDataIdentifiersResult.withTotalCount(Long totalCount)
The total number of occurrences of sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClassificationResult.setCustomDataIdentifiers(CustomDataIdentifiersResult customDataIdentifiers)
Provides details about sensitive data that was identified based on customer-defined configuration.
|
ClassificationResult |
ClassificationResult.withCustomDataIdentifiers(CustomDataIdentifiersResult customDataIdentifiers)
Provides details about sensitive data that was identified based on customer-defined configuration.
|
Copyright © 2021. All rights reserved.