Uses of Class
software.amazon.awssdk.services.securityhub.model.Cell
-
Packages that use Cell Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Cell in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Cell Modifier and Type Method Description List<Cell>Occurrences. cells()Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.Methods in software.amazon.awssdk.services.securityhub.model with parameters of type Cell Modifier and Type Method Description Occurrences.BuilderOccurrences.Builder. cells(Cell... cells)Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type Cell Modifier and Type Method Description Occurrences.BuilderOccurrences.Builder. cells(Collection<Cell> cells)Occurrences of sensitive data detected in Microsoft Excel workbooks, comma-separated value (CSV) files, or tab-separated value (TSV) files.
-