Uses of Class
software.amazon.awssdk.services.sqs.model.UntagQueueResponse
Packages that use UntagQueueResponse
-
Uses of UntagQueueResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return UntagQueueResponseModifier and TypeMethodDescriptiondefault 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 UntagQueueResponseModifier and TypeMethodDescriptiondefault 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.