Uses of Class
software.amazon.awssdk.services.sqs.model.TagQueueRequest
-
Packages that use TagQueueRequest Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.transform -
-
Uses of TagQueueRequest in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs with parameters of type TagQueueRequest Modifier and Type Method Description default CompletableFuture<TagQueueResponse>SqsAsyncClient. tagQueue(TagQueueRequest tagQueueRequest)Add cost allocation tags to the specified Amazon SQS queue.default TagQueueResponseSqsClient. tagQueue(TagQueueRequest tagQueueRequest)Add cost allocation tags to the specified Amazon SQS queue. -
Uses of TagQueueRequest in software.amazon.awssdk.services.sqs.transform
Methods in software.amazon.awssdk.services.sqs.transform with parameters of type TagQueueRequest Modifier and Type Method Description SdkHttpFullRequestTagQueueRequestMarshaller. marshall(TagQueueRequest tagQueueRequest)
-