Uses of Interface
software.amazon.awssdk.services.sqs.model.TagQueueRequest.Builder
Packages that use TagQueueRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of TagQueueRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type TagQueueRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<TagQueueResponse>SqsAsyncClient.tagQueue(Consumer<TagQueueRequest.Builder> tagQueueRequest) Add cost allocation tags to the specified Amazon SQS queue.default TagQueueResponseSqsClient.tagQueue(Consumer<TagQueueRequest.Builder> tagQueueRequest) Add cost allocation tags to the specified Amazon SQS queue. -
Uses of TagQueueRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return TagQueueRequest.BuilderModifier and TypeMethodDescriptionstatic TagQueueRequest.BuilderTagQueueRequest.builder()TagQueueRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) TagQueueRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the queue.The list of tags to be added to the specified queue.TagQueueRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type TagQueueRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TagQueueRequest.Builder>TagQueueRequest.serializableBuilderClass()