Uses of Interface
software.amazon.awssdk.services.sqs.model.UntagQueueRequest.Builder
Packages that use UntagQueueRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of UntagQueueRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type UntagQueueRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UntagQueueResponse>SqsAsyncClient.untagQueue(Consumer<UntagQueueRequest.Builder> untagQueueRequest) Remove cost allocation tags from the specified Amazon SQS queue.default UntagQueueResponseSqsClient.untagQueue(Consumer<UntagQueueRequest.Builder> untagQueueRequest) Remove cost allocation tags from the specified Amazon SQS queue. -
Uses of UntagQueueRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return UntagQueueRequest.BuilderModifier and TypeMethodDescriptionstatic UntagQueueRequest.BuilderUntagQueueRequest.builder()UntagQueueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UntagQueueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the queue.The list of tags to be removed from the specified queue.UntagQueueRequest.Builder.tagKeys(Collection<String> tagKeys) The list of tags to be removed from the specified queue.UntagQueueRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type UntagQueueRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UntagQueueRequest.Builder>UntagQueueRequest.serializableBuilderClass()