Uses of Interface
software.amazon.awssdk.services.securityhub.model.Cell.Builder
-
Packages that use Cell.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of Cell.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return Cell.Builder Modifier and Type Method Description static Cell.BuilderCell. builder()Cell.BuilderCell.Builder. cellReference(String cellReference)For a Microsoft Excel workbook, provides the location of the cell, as an absolute cell reference, that contains the data.Cell.BuilderCell.Builder. column(Long column)The column number of the column that contains the data.Cell.BuilderCell.Builder. columnName(String columnName)The name of the column that contains the data.Cell.BuilderCell.Builder. row(Long row)The row number of the row that contains the data.Cell.BuilderCell. toBuilder()Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type Cell.Builder Modifier and Type Method Description static Class<? extends Cell.Builder>Cell. serializableBuilderClass()
-