Uses of Class
software.amazon.awssdk.services.sqs.model.UntagQueueResponse
-
Packages that use UntagQueueResponse Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference. -
-
Uses of UntagQueueResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return UntagQueueResponse Modifier and Type Method Description default UntagQueueResponseSqsClient. untagQueue(Consumer<UntagQueueRequest.Builder> 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.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type UntagQueueResponse Modifier and Type Method Description default CompletableFuture<UntagQueueResponse>SqsAsyncClient. untagQueue(Consumer<UntagQueueRequest.Builder> untagQueueRequest)Remove cost allocation tags from the specified Amazon SQS queue.default CompletableFuture<UntagQueueResponse>SqsAsyncClient. untagQueue(UntagQueueRequest untagQueueRequest)Remove cost allocation tags from the specified Amazon SQS queue.
-