{"id":67246,"library":"sns","title":"AWS SDK SNS","description":"The AWS Java SDK for Amazon SNS module holds the client classes for communicating with Amazon Simple Notification Service.","status":"active","version":"2.42.2","language":"java","source_language":null,"source_url":"https://github.com/aws/aws-sdk-java-v2","tags":["aws","sns","messaging","cloud","sdk"],"install":[{"cmd":"<dependency>\n  <groupId>software.amazon.awssdk</groupId>\n  <artifactId>sns</artifactId>\n  <version>2.42.2</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'software.amazon.awssdk:sns:2.42.2'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"SnsClient","correct":"software.amazon.awssdk.services.sns.SnsClient"}],"quickstart":{"code":"import software.amazon.awssdk.services.sns.SnsClient;\nimport software.amazon.awssdk.services.sns.model.PublishRequest;\n\npublic class Example {\n    public static void main(String[] args) {\n        SnsClient client = SnsClient.create();\n        PublishRequest request = PublishRequest.builder()\n                .message(\"Hello\")\n                .topicArn(\"arn:aws:sns:us-east-1:123456789012:MyTopic\")\n                .build();\n        client.publish(request);\n    }\n}","lang":"java","description":"Minimal usage of AWS SNS client to publish a message"},"warnings":[],"env_vars":null,"search_vec":"'amazon':9,19 'aw':1,5,23 'class':15 'client':14 'cloud':26 'communic':17 'hold':12 'java':6 'messag':25 'modul':11 'notif':21 'sdk':2,7,27 'servic':22 'simpl':20 'sns':3,10,24","created_at":"2026-06-17T17:34:40.546757+00:00","updated_at":"2026-06-17T17:34:40.546757+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/sns/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging","cloud"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}