AWS Security ChangesHomeSearch

AWS sdk-for-java documentation change

Service: sdk-for-java · 2025-02-26 · Documentation low

File: sdk-for-java/latest/developer-guide/java_s3_code_examples.md

Summary

Added code example for detecting people/objects in videos using Rekognition, S3, SES, SNS, SQS

Security assessment

Change adds a use case example for video analysis with multiple services but does not address security vulnerabilities or document security-specific features.

Diff

diff --git a/sdk-for-java/latest/developer-guide/java_s3_code_examples.md
index e4c291cc7..831b95f8c 100644
--- a/sdk-for-java/latest/developer-guide/java_s3_code_examples.md
+++ b/sdk-for-java/latest/developer-guide/java_s3_code_examples.md
@@ -5348,0 +5353,24 @@ For complete source code and instructions on how to set up and run, see the full
+The following code example shows how to detect people and objects in a video with Amazon Rekognition.
+
+**SDK for Java 2.x**
+    
+
+Shows how to use Amazon Rekognition Java API to create an app to detect faces and objects in videos located in an Amazon Simple Storage Service (Amazon S3) bucket. The app sends the admin an email notification with the results using Amazon Simple Email Service (Amazon SES). 
+
+For complete source code and instructions on how to set up and run, see the full example on [GitHub](https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/javav2/usecases/video_analyzer_application). 
+
+###### Services used in this example
+
+  * Amazon Rekognition
+
+  * Amazon S3
+
+  * Amazon SES
+
+  * Amazon SNS
+
+  * Amazon SQS
+
+
+
+