{"id":55949,"library":"dynamodb","title":"AWS SDK for Java v2 - DynamoDB","description":"The AWS Java SDK for Amazon DynamoDB module holds the client classes for communicating with Amazon DynamoDB Service.","status":"active","version":"2.42.40","language":"java","source_language":null,"source_url":"https://github.com/aws/aws-sdk-java-v2","tags":["aws","dynamodb","database","cloud"],"install":[{"cmd":"<dependency>\n  <groupId>software.amazon.awssdk</groupId>\n  <artifactId>dynamodb</artifactId>\n  <version>2.42.40</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'software.amazon.awssdk:dynamodb:2.42.40'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"DynamoDbClient","correct":"software.amazon.awssdk.services.dynamodb.DynamoDbClient"}],"quickstart":{"code":"import software.amazon.awssdk.services.dynamodb.DynamoDbClient;\nimport software.amazon.awssdk.services.dynamodb.model.ListTablesRequest;\nimport software.amazon.awssdk.services.dynamodb.model.ListTablesResponse;\n\npublic class Example {\n    public static void main(String[] args) {\n        DynamoDbClient client = DynamoDbClient.create();\n        ListTablesResponse response = client.listTables(ListTablesRequest.builder().build());\n        response.tableNames().forEach(System.out::println);\n    }\n}","lang":"java","description":"Create a DynamoDB client and list all tables in the account."},"warnings":[{"fix":"Refer to the migration guide: https://docs.aws.amazon.com/sdk-for-java/latest/migration-guide/","message":"AWS SDK v2 has significant API changes from v1; ensure you use v2-specific imports and builders.","severity":"breaking","affected_versions":">=2.0.0"}],"env_vars":null,"search_vec":"'amazon':12,22 'aw':1,8,25 'class':18 'client':17 'cloud':28 'communic':20 'databas':27 'dynamodb':6,13,23,26 'hold':15 'java':4,9 'modul':14 'sdk':2,10 'servic':24 'v2':5","created_at":"2026-06-15T10:14:13.647456+00:00","updated_at":"2026-06-15T10:14:13.647456+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://aws.amazon.com/sdkforjava","github":"https://github.com/aws/aws-sdk-java-v2","docs":"https://appdoc.app/artifact/software.amazon.awssdk/dynamodb/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}