Uses of Class
software.amazon.awssdk.services.sqs.model.UntagQueueRequest
Packages that use UntagQueueRequest
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of UntagQueueRequest in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs with parameters of type UntagQueueRequestModifier and TypeMethodDescriptiondefault CompletableFuture<UntagQueueResponse>SqsAsyncClient.untagQueue(UntagQueueRequest untagQueueRequest) Remove cost allocation tags from the specified Amazon SQS queue.default UntagQueueResponseSqsClient.untagQueue(UntagQueueRequest untagQueueRequest) Remove cost allocation tags from the specified Amazon SQS queue. -
Uses of UntagQueueRequest in software.amazon.awssdk.services.sqs.transform
Methods in software.amazon.awssdk.services.sqs.transform with parameters of type UntagQueueRequestModifier and TypeMethodDescriptionUntagQueueRequestMarshaller.marshall(UntagQueueRequest untagQueueRequest)