Uses of Interface
software.amazon.awssdk.services.honeycode.model.ListTableColumnsRequest.Builder
-
Packages that use ListTableColumnsRequest.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 ListTableColumnsRequest.Builder in software.amazon.awssdk.services.honeycode
-
Uses of ListTableColumnsRequest.Builder in software.amazon.awssdk.services.honeycode.model
Methods in software.amazon.awssdk.services.honeycode.model that return ListTableColumnsRequest.Builder Modifier and Type Method Description static ListTableColumnsRequest.BuilderListTableColumnsRequest. builder()ListTableColumnsRequest.BuilderListTableColumnsRequest.Builder. nextToken(String nextToken)This parameter is optional.ListTableColumnsRequest.BuilderListTableColumnsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTableColumnsRequest.BuilderListTableColumnsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTableColumnsRequest.BuilderListTableColumnsRequest.Builder. tableId(String tableId)The ID of the table whose columns are being retrieved.ListTableColumnsRequest.BuilderListTableColumnsRequest. toBuilder()ListTableColumnsRequest.BuilderListTableColumnsRequest.Builder. workbookId(String workbookId)The ID of the workbook that contains the table whose columns are being retrieved.Methods in software.amazon.awssdk.services.honeycode.model that return types with arguments of type ListTableColumnsRequest.Builder Modifier and Type Method Description static Class<? extends ListTableColumnsRequest.Builder>ListTableColumnsRequest. serializableBuilderClass()
-