| Package | Description |
|---|---|
| com.amazonaws.services.macie2.model |
| Modifier and Type | Method and Description |
|---|---|
Cell |
Cell.clone() |
Cell |
Cell.withCellReference(String cellReference)
The location of the cell, as an absolute cell reference, that contains the sensitive data, for example Sheet2!C5
for cell C5 on Sheet2 in a Microsoft Excel workbook.
|
Cell |
Cell.withColumn(Long column)
The column number of the column that contains the sensitive data.
|
Cell |
Cell.withColumnName(String columnName)
The name of the column that contains the sensitive data, if available.
|
Cell |
Cell.withRow(Long row)
The row number of the row that contains the sensitive data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
Occurrences.getCells()
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV
file.
|
| Modifier and Type | Method and Description |
|---|---|
Occurrences |
Occurrences.withCells(Cell... cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV
file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Occurrences.setCells(Collection<Cell> cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV
file.
|
Occurrences |
Occurrences.withCells(Collection<Cell> cells)
An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV
file.
|
Copyright © 2024. All rights reserved.