Uses of Interface
software.amazon.awssdk.services.honeycode.model.ListTablesRequest.Builder
-
Packages that use ListTablesRequest.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 ListTablesRequest.Builder in software.amazon.awssdk.services.honeycode
-
Uses of ListTablesRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ListTablesRequest.Builder Modifier and Type Method Description static ListTablesRequest.BuilderListTablesRequest. builder()ListTablesRequest.BuilderListTablesRequest.Builder. maxResults(Integer maxResults)The maximum number of tables to return in each page of the results.ListTablesRequest.BuilderListTablesRequest.Builder. nextToken(String nextToken)This parameter is optional.ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTablesRequest.BuilderListTablesRequest. toBuilder()ListTablesRequest.BuilderListTablesRequest.Builder. workbookId(String workbookId)The ID of the workbook whose tables are being retrieved.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ListTablesRequest.Builder Modifier and Type Method Description static Class<? extends ListTablesRequest.Builder>ListTablesRequest. serializableBuilderClass()
-