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 a type of sensitive data to exclude from 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 a type of sensitive data to exclude from 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 a type of sensitive data to exclude from the bucket's score.
-