Uses of Class
software.amazon.awssdk.services.sqs.model.UntagQueueRequest
-
Packages that use UntagQueueRequest Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.transform -
-
Uses of UntagQueueRequest in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs with parameters of type UntagQueueRequest Modifier and Type Method Description default 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 UntagQueueRequest Modifier and Type Method Description SdkHttpFullRequestUntagQueueRequestMarshaller. marshall(UntagQueueRequest untagQueueRequest)
-