| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomDataIdentifiers.Builder |
CustomDataIdentifiers.builder() |
CustomDataIdentifiers.Builder |
CustomDataIdentifiers.Builder.detections(Collection<CustomDetection> detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers.Builder |
CustomDataIdentifiers.Builder.detections(Consumer<CustomDetection.Builder>... detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers.Builder |
CustomDataIdentifiers.Builder.detections(CustomDetection... detections)
The custom data identifiers that detected the data, and the number of occurrences of the data that each
identifier detected.
|
CustomDataIdentifiers.Builder |
CustomDataIdentifiers.toBuilder() |
CustomDataIdentifiers.Builder |
CustomDataIdentifiers.Builder.totalCount(Long totalCount)
The total number of occurrences of the data that was detected by the custom data identifiers and produced the
finding.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomDataIdentifiers.Builder> |
CustomDataIdentifiers.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ClassificationResult.Builder |
ClassificationResult.Builder.customDataIdentifiers(Consumer<CustomDataIdentifiers.Builder> customDataIdentifiers)
The custom data identifiers that detected the sensitive data and the number of occurrences of the data that
they detected.
|
Copyright © 2020. All rights reserved.