Uses of Class
software.amazon.awssdk.services.sqs.model.TagQueueResponse
Packages that use TagQueueResponse
-
Uses of TagQueueResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return TagQueueResponseModifier and TypeMethodDescriptiondefault TagQueueResponseSqsClient.tagQueue(Consumer<TagQueueRequest.Builder> tagQueueRequest) Add cost allocation tags to the specified Amazon SQS queue.default TagQueueResponseSqsClient.tagQueue(TagQueueRequest tagQueueRequest) Add cost allocation tags to the specified Amazon SQS queue.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type TagQueueResponseModifier and TypeMethodDescriptiondefault 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.