| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
SuppressDataIdentifier |
SuppressDataIdentifier.clone() |
SuppressDataIdentifier |
SuppressDataIdentifier.withId(String id)
The unique identifier for the custom data identifier or managed data identifier that detected the type of
sensitive data to exclude or include in the score.
|
SuppressDataIdentifier |
SuppressDataIdentifier.withType(DataIdentifierType type)
The type of data identifier that detected the sensitive data.
|
SuppressDataIdentifier |
SuppressDataIdentifier.withType(String type)
The type of data identifier that detected the sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuppressDataIdentifier> |
UpdateResourceProfileDetectionsRequest.getSuppressDataIdentifiers()
An array of objects, one for each custom data identifier or managed data identifier that detected the type of
sensitive data to start excluding or including in the bucket's score.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateResourceProfileDetectionsRequest |
UpdateResourceProfileDetectionsRequest.withSuppressDataIdentifiers(SuppressDataIdentifier... suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of
sensitive data to start excluding or including in the bucket's score.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateResourceProfileDetectionsRequest.setSuppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of
sensitive data to start excluding or including in the bucket's score.
|
UpdateResourceProfileDetectionsRequest |
UpdateResourceProfileDetectionsRequest.withSuppressDataIdentifiers(Collection<SuppressDataIdentifier> suppressDataIdentifiers)
An array of objects, one for each custom data identifier or managed data identifier that detected the type of
sensitive data to start excluding or including in the bucket's score.
|
Copyright © 2025. All rights reserved.