Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTable
-
Packages that use GlobalTable Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of GlobalTable in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalTable Modifier and Type Method Description List<GlobalTable>ListGlobalTablesResponse. globalTables()List of global table names.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalTable Modifier and Type Method Description ListGlobalTablesResponse.BuilderListGlobalTablesResponse.Builder. globalTables(GlobalTable... globalTables)List of global table names.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalTable Modifier and Type Method Description ListGlobalTablesResponse.BuilderListGlobalTablesResponse.Builder. globalTables(Collection<GlobalTable> globalTables)List of global table names.
-