Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListTablesRequest.Builder
-
Packages that use ListTablesRequest.Builder Package Description software.amazon.awssdk.services.dynamodb Amazon DynamoDB software.amazon.awssdk.services.dynamodb.model -
-
Uses of ListTablesRequest.Builder in software.amazon.awssdk.services.dynamodb
Method parameters in software.amazon.awssdk.services.dynamodb with type arguments of type ListTablesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListTablesResponse>DynamoDbAsyncClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)Returns an array of table names associated with the current account and endpoint.default ListTablesResponseDynamoDbClient. listTables(Consumer<ListTablesRequest.Builder> listTablesRequest)Returns an array of table names associated with the current account and endpoint.default ListTablesPublisherDynamoDbAsyncClient. listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)Returns an array of table names associated with the current account and endpoint.default ListTablesIterableDynamoDbClient. listTablesPaginator(Consumer<ListTablesRequest.Builder> listTablesRequest)Returns an array of table names associated with the current account and endpoint. -
Uses of ListTablesRequest.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListTablesRequest.Builder Modifier and Type Method Description static ListTablesRequest.BuilderListTablesRequest. builder()ListTablesRequest.BuilderListTablesRequest.Builder. exclusiveStartTableName(String exclusiveStartTableName)The first table name that this operation will evaluate.ListTablesRequest.BuilderListTablesRequest.Builder. limit(Integer limit)A maximum number of table names to return.ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTablesRequest.BuilderListTablesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListTablesRequest.BuilderListTablesRequest. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListTablesRequest.Builder Modifier and Type Method Description static Class<? extends ListTablesRequest.Builder>ListTablesRequest. serializableBuilderClass()
-