Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ListTablesResponse.Builder
Packages that use ListTablesResponse.Builder
-
Uses of ListTablesResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ListTablesResponse.BuilderModifier and TypeMethodDescriptionstatic ListTablesResponse.BuilderListTablesResponse.builder()ListTablesResponse.Builder.lastEvaluatedTableName(String lastEvaluatedTableName) The name of the last table in the current page of results.ListTablesResponse.Builder.tableNames(String... tableNames) The names of the tables associated with the current account at the current endpoint.ListTablesResponse.Builder.tableNames(Collection<String> tableNames) The names of the tables associated with the current account at the current endpoint.ListTablesResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ListTablesResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListTablesResponse.Builder>ListTablesResponse.serializableBuilderClass()