| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs |
Welcome to the Amazon SQS API Reference.
|
| Modifier and Type | Method and Description |
|---|---|
default TagQueueResponse |
SqsClient.tagQueue(Consumer<TagQueueRequest.Builder> tagQueueRequest)
Add cost allocation tags to the specified Amazon SQS queue.
|
default TagQueueResponse |
SqsClient.tagQueue(TagQueueRequest tagQueueRequest)
Add cost allocation tags to the specified Amazon SQS queue.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<TagQueueResponse> |
SqsAsyncClient.tagQueue(Consumer<TagQueueRequest.Builder> tagQueueRequest)
Add cost allocation tags to the specified Amazon SQS queue.
|
default CompletableFuture<TagQueueResponse> |
SqsAsyncClient.tagQueue(TagQueueRequest tagQueueRequest)
Add cost allocation tags to the specified Amazon SQS queue.
|
Copyright © 2022. All rights reserved.