public static interface ListQueueTagsResponse.Builder extends SQSResponse.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<ListQueueTagsResponse.Builder,ListQueueTagsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListQueueTagsResponse.Builder |
tags(Map<String,String> tags)
The list of all tags added to the specified queue.
|
buildListQueueTagsResponse.Builder tags(Map<String,String> tags)
The list of all tags added to the specified queue.
tags - The list of all tags added to the specified queue.Copyright © 2018. All rights reserved.