Uses of Class
software.amazon.awssdk.services.macie2.model.SuppressDataIdentifier
-
Packages that use SuppressDataIdentifier Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of SuppressDataIdentifier in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type SuppressDataIdentifier Modifier and Type Method Description List<SuppressDataIdentifier>UpdateResourceProfileDetectionsRequest. 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.Methods in software.amazon.awssdk.services.macie2.model with parameters of type SuppressDataIdentifier Modifier and Type Method Description UpdateResourceProfileDetectionsRequest.BuilderUpdateResourceProfileDetectionsRequest.Builder. suppressDataIdentifiers(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.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type SuppressDataIdentifier Modifier and Type Method Description UpdateResourceProfileDetectionsRequest.BuilderUpdateResourceProfileDetectionsRequest.Builder. suppressDataIdentifiers(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.
-