Uses of Class
software.amazon.awssdk.services.macie2.model.Cell
-
Packages that use Cell Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of Cell in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type Cell Modifier and Type Method Description List<Cell>Occurrences. cells()An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.Methods in software.amazon.awssdk.services.macie2.model with parameters of type Cell Modifier and Type Method Description Occurrences.BuilderOccurrences.Builder. cells(Cell... cells)An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type Cell Modifier and Type Method Description Occurrences.BuilderOccurrences.Builder. cells(Collection<Cell> cells)An array of objects, one for each occurrence of sensitive data in a Microsoft Excel workbook, CSV file, or TSV file.
-