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.Builder
ListTablesResponse. builder()
ListTablesResponse.Builder
ListTablesResponse.Builder. lastEvaluatedTableName(String lastEvaluatedTableName)
The name of the last table in the current page of results.ListTablesResponse.Builder
ListTablesResponse.Builder. tableNames(String... tableNames)
The names of the tables associated with the current account at the current endpoint.ListTablesResponse.Builder
ListTablesResponse.Builder. tableNames(Collection<String> tableNames)
The names of the tables associated with the current account at the current endpoint.ListTablesResponse.Builder
ListTablesResponse. 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()
-