Uses of Interface
software.amazon.awssdk.services.timestreamwrite.model.ListTablesRequest.Builder
-
Packages that use ListTablesRequest.Builder Package Description software.amazon.awssdk.services.timestreamwrite Amazon Timestream Write software.amazon.awssdk.services.timestreamwrite.model -
-
Uses of ListTablesRequest.Builder in software.amazon.awssdk.services.timestreamwrite
Method parameters in software.amazon.awssdk.services.timestreamwrite with type arguments of type ListTablesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTablesResponse>TimestreamWriteAsyncClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)Provides a list of tables, along with the name, status, and retention properties of each table.default ListTablesResponseTimestreamWriteClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)Provides a list of tables, along with the name, status, and retention properties of each table.default ListTablesPublisherTimestreamWriteAsyncClient. listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)This is a variant ofTimestreamWriteAsyncClient.listTables(software.amazon.awssdk.services.timestreamwrite.model.ListTablesRequest)operation.default ListTablesIterableTimestreamWriteClient. listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)This is a variant ofTimestreamWriteClient.listTables(software.amazon.awssdk.services.timestreamwrite.model.ListTablesRequest)operation. -
Uses of ListTablesRequest.Builder in software.amazon.awssdk.services.timestreamwrite.model
Methods in software.amazon.awssdk.services.timestreamwrite.model that return ListTablesRequest.Builder Modifier and Type Method Description static ListTablesRequest.BuilderListTablesRequest. builder()ListTablesRequest.BuilderListTablesRequest.Builder. databaseName(String databaseName)The name of the Timestream database.ListTablesRequest.BuilderListTablesRequest.Builder. maxResults(Integer maxResults)The total number of items to return in the output.ListTablesRequest.BuilderListTablesRequest.Builder. nextToken(String nextToken)The pagination token.ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTablesRequest.BuilderListTablesRequest. toBuilder()Methods in software.amazon.awssdk.services.timestreamwrite.model that return types with arguments of type ListTablesRequest.Builder Modifier and Type Method Description static Class<? extends ListTablesRequest.Builder>ListTablesRequest. serializableBuilderClass()
-