Uses of Class
software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse
Packages that use ListQueueTagsResponse
-
Uses of ListQueueTagsResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return ListQueueTagsResponseModifier and TypeMethodDescriptiondefault ListQueueTagsResponseSqsClient.listQueueTags(Consumer<ListQueueTagsRequest.Builder> listQueueTagsRequest) List all cost allocation tags added to the specified Amazon SQS queue.default ListQueueTagsResponseSqsClient.listQueueTags(ListQueueTagsRequest listQueueTagsRequest) List all cost allocation tags added to the specified Amazon SQS queue.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type ListQueueTagsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<ListQueueTagsResponse>SqsAsyncClient.listQueueTags(Consumer<ListQueueTagsRequest.Builder> listQueueTagsRequest) List all cost allocation tags added to the specified Amazon SQS queue.default CompletableFuture<ListQueueTagsResponse>SqsAsyncClient.listQueueTags(ListQueueTagsRequest listQueueTagsRequest) List all cost allocation tags added to the specified Amazon SQS queue.