| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Occurrences |
Occurrences.clone() |
Occurrences |
CustomDataIdentifiersDetections.getOccurrences()
Details about the sensitive data that was detected.
|
Occurrences |
SensitiveDataDetections.getOccurrences()
Details about the sensitive data that was detected.
|
Occurrences |
Occurrences.withCells(Cell... cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
Occurrences |
Occurrences.withCells(Collection<Cell> cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
Occurrences |
Occurrences.withLineRanges(Collection<Range> lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences |
Occurrences.withLineRanges(Range... lineRanges)
Occurrences of sensitive data detected in a non-binary text file or a Microsoft Word file.
|
Occurrences |
Occurrences.withOffsetRanges(Collection<Range> offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Occurrences |
Occurrences.withOffsetRanges(Range... offsetRanges)
Occurrences of sensitive data detected in a binary text file.
|
Occurrences |
Occurrences.withPages(Collection<Page> pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
|
Occurrences |
Occurrences.withPages(Page... pages)
Occurrences of sensitive data in an Adobe Portable Document Format (PDF) file.
|
Occurrences |
Occurrences.withRecords(Collection<Record> records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
Occurrences |
Occurrences.withRecords(Record... records)
Occurrences of sensitive data in an Apache Avro object container or an Apache Parquet file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomDataIdentifiersDetections.setOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
void |
SensitiveDataDetections.setOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
CustomDataIdentifiersDetections |
CustomDataIdentifiersDetections.withOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
SensitiveDataDetections |
SensitiveDataDetections.withOccurrences(Occurrences occurrences)
Details about the sensitive data that was detected.
|
Copyright © 2023. All rights reserved.