| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Detection |
Detection.clone() |
Detection |
Detection.withArn(String arn)
If the sensitive data was detected by a custom data identifier, the Amazon Resource Name (ARN) of the custom data
identifier that detected the data.
|
Detection |
Detection.withCount(Long count)
The total number of occurrences of the sensitive data.
|
Detection |
Detection.withId(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the sensitive data.
|
Detection |
Detection.withName(String name)
The name of the custom data identifier or managed data identifier that detected the sensitive data.
|
Detection |
Detection.withSuppressed(Boolean suppressed)
Specifies whether occurrences of this type of sensitive data are excluded (true) or included (false) in the
bucket's sensitivity score.
|
Detection |
Detection.withType(DataIdentifierType type)
The type of data identifier that detected the sensitive data.
|
Detection |
Detection.withType(String type)
The type of data identifier that detected the sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Detection> |
ListResourceProfileDetectionsResult.getDetections()
An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceProfileDetectionsResult |
ListResourceProfileDetectionsResult.withDetections(Detection... detections)
An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceProfileDetectionsResult.setDetections(Collection<Detection> detections)
An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket.
|
ListResourceProfileDetectionsResult |
ListResourceProfileDetectionsResult.withDetections(Collection<Detection> detections)
An array of objects, one for each type of sensitive data that Amazon Macie found in the bucket.
|
Copyright © 2024. All rights reserved.