Uses of Class
software.amazon.awssdk.services.dynamodb.model.GlobalTable
Packages that use GlobalTable
-
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 GlobalTableModifier and TypeMethodDescriptionfinal List<GlobalTable>ListGlobalTablesResponse.globalTables()List of global table names.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type GlobalTableModifier and TypeMethodDescriptionListGlobalTablesResponse.Builder.globalTables(GlobalTable... globalTables) List of global table names.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalTableModifier and TypeMethodDescriptionListGlobalTablesResponse.Builder.globalTables(Collection<GlobalTable> globalTables) List of global table names.