| Package | Description |
|---|---|
| software.amazon.awssdk.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
static DefaultDetection.Builder |
DefaultDetection.builder() |
DefaultDetection.Builder |
DefaultDetection.Builder.count(Long count)
The total number of occurrences of the type of sensitive data that was detected.
|
default DefaultDetection.Builder |
DefaultDetection.Builder.occurrences(Consumer<Occurrences.Builder> occurrences)
The location of 1-15 occurrences of the sensitive data that was detected.
|
DefaultDetection.Builder |
DefaultDetection.Builder.occurrences(Occurrences occurrences)
The location of 1-15 occurrences of the sensitive data that was detected.
|
DefaultDetection.Builder |
DefaultDetection.toBuilder() |
DefaultDetection.Builder |
DefaultDetection.Builder.type(String type)
The type of sensitive data that was detected.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DefaultDetection.Builder> |
DefaultDetection.serializableBuilderClass() |
Copyright © 2021. All rights reserved.