Uses of Interface
software.amazon.awssdk.services.honeycode.model.BatchDeleteTableRowsRequest.Builder
-
Packages that use BatchDeleteTableRowsRequest.Builder Package Description software.amazon.awssdk.services.honeycode Amazon Honeycode is a fully managed service that allows you to quickly build mobile and web apps for teams—without programming.software.amazon.awssdk.services.honeycode.model -
-
Uses of BatchDeleteTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode
Method parameters in software.amazon.awssdk.services.honeycode with type arguments of type BatchDeleteTableRowsRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchDeleteTableRowsResponse>HoneycodeAsyncClient. batchDeleteTableRows(Consumer<BatchDeleteTableRowsRequest.Builder> batchDeleteTableRowsRequest)The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook.default BatchDeleteTableRowsResponseHoneycodeClient. batchDeleteTableRows(Consumer<BatchDeleteTableRowsRequest.Builder> batchDeleteTableRowsRequest)The BatchDeleteTableRows API allows you to delete one or more rows from a table in a workbook. -
Uses of BatchDeleteTableRowsRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return BatchDeleteTableRowsRequest.Builder Modifier and Type Method Description static BatchDeleteTableRowsRequest.BuilderBatchDeleteTableRowsRequest. builder()BatchDeleteTableRowsRequest.BuilderBatchDeleteTableRowsRequest.Builder. clientRequestToken(String clientRequestToken)The request token for performing the delete action.BatchDeleteTableRowsRequest.BuilderBatchDeleteTableRowsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchDeleteTableRowsRequest.BuilderBatchDeleteTableRowsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchDeleteTableRowsRequest.BuilderBatchDeleteTableRowsRequest.Builder. rowIds(String... rowIds)The list of row ids to delete from the table.BatchDeleteTableRowsRequest.BuilderBatchDeleteTableRowsRequest.Builder. rowIds(Collection<String> rowIds)The list of row ids to delete from the table.BatchDeleteTableRowsRequest.BuilderBatchDeleteTableRowsRequest.Builder. tableId(String tableId)The ID of the table where the rows are being deleted.BatchDeleteTableRowsRequest.BuilderBatchDeleteTableRowsRequest. toBuilder()BatchDeleteTableRowsRequest.BuilderBatchDeleteTableRowsRequest.Builder. workbookId(String workbookId)The ID of the workbook where the rows are being deleted.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type BatchDeleteTableRowsRequest.Builder Modifier and Type Method Description static Class<? extends BatchDeleteTableRowsRequest.Builder>BatchDeleteTableRowsRequest. serializableBuilderClass()
-