@@ -46,6 +46,7 @@ Code excerpts that show you how to call individual service functions.
4646- [ ReceiveMessage] ( src/main/java/com/example/sqs/SQSExample.java#L151 )
4747- [ SendMessage] ( src/main/java/com/example/sqs/SendMessages.java#L7 )
4848- [ SendMessageBatch] ( src/main/java/com/example/sqs/SQSExample.java#L132 )
49+ - [ SetQueueAttributes] ( src/main/java/com/example/sqs/SSEncryptionExample.java#L64 )
4950
5051### Scenarios
5152
@@ -55,6 +56,7 @@ functions within the same service.
5556- [ Create and publish to a FIFO topic] ( ../sns/src/main/java/com/example/sns/PriceUpdateExample.java )
5657- [ Process S3 event notifications] ( ../s3/src/main/java/com/example/s3/ProcessS3EventNotification.java )
5758- [ Publish messages to queues] ( ../../usecases/topics_and_queues/src/main/java/com/example/sns/SNSWorkflow.java )
59+ - [ Work with queue tags] ( src/main/java/com/example/sqs/TagExamples.java )
5860
5961
6062<!-- custom.examples.start-->
@@ -114,6 +116,18 @@ This example shows you how to do the following:
114116<!-- custom.scenarios.sqs_Scenario_TopicsAndQueues.start-->
115117<!-- custom.scenarios.sqs_Scenario_TopicsAndQueues.end-->
116118
119+ #### Work with queue tags
120+
121+ This example shows you how to perform tagging operation with Amazon SQS
122+
123+
124+ <!-- custom.scenario_prereqs.sqs_Scenario_WorkWithTags.start-->
125+ <!-- custom.scenario_prereqs.sqs_Scenario_WorkWithTags.end-->
126+
127+
128+ <!-- custom.scenarios.sqs_Scenario_WorkWithTags.start-->
129+ <!-- custom.scenarios.sqs_Scenario_WorkWithTags.end-->
130+
117131### Tests
118132
119133⚠ Running tests might result in charges to your AWS account.
@@ -140,4 +154,4 @@ in the `javav2` folder.
140154
141155Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
142156
143- SPDX-License-Identifier: Apache-2.0
157+ SPDX-License-Identifier: Apache-2.0
0 commit comments