| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
Cell |
Cell.clone() |
Cell |
Cell.withCellReference(String cellReference)
For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains
the data.
|
Cell |
Cell.withColumn(Long column)
The column number of the column that contains the data.
|
Cell |
Cell.withColumnName(String columnName)
The name of the column that contains the data.
|
Cell |
Cell.withRow(Long row)
The row number of the row that contains the data.
|
| Modifier and Type | Method and Description |
|---|---|
List<Cell> |
Occurrences.getCells()
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Occurrences.setCells(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.withCells(Collection<Cell> cells)
Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or
tab-separated value (TSV) files.
|
Copyright © 2024. All rights reserved.