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