Uses of Interface
software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest.Builder
Packages that use ListQueueTagsRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of ListQueueTagsRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type ListQueueTagsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListQueueTagsResponse>SqsAsyncClient.listQueueTags(Consumer<ListQueueTagsRequest.Builder> listQueueTagsRequest) List all cost allocation tags added to the specified Amazon SQS queue.default ListQueueTagsResponseSqsClient.listQueueTags(Consumer<ListQueueTagsRequest.Builder> listQueueTagsRequest) List all cost allocation tags added to the specified Amazon SQS queue. -
Uses of ListQueueTagsRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ListQueueTagsRequest.BuilderModifier and TypeMethodDescriptionstatic ListQueueTagsRequest.BuilderListQueueTagsRequest.builder()ListQueueTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListQueueTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the queue.ListQueueTagsRequest.toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ListQueueTagsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListQueueTagsRequest.Builder>ListQueueTagsRequest.serializableBuilderClass()