Uses of Interface
software.amazon.awssdk.services.sqs.model.ListQueueTagsRequest.Builder
-
Packages that use ListQueueTagsRequest.Builder Package Description software.amazon.awssdk.services.sqs Welcome to the Amazon SQS API Reference.software.amazon.awssdk.services.sqs.model -
-
Uses of ListQueueTagsRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type ListQueueTagsRequest.Builder Modifier and Type Method Description default 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.Builder Modifier and Type Method Description static ListQueueTagsRequest.BuilderListQueueTagsRequest. builder()ListQueueTagsRequest.BuilderListQueueTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListQueueTagsRequest.BuilderListQueueTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListQueueTagsRequest.BuilderListQueueTagsRequest.Builder. queueUrl(String queueUrl)The URL of the queue.ListQueueTagsRequest.BuilderListQueueTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ListQueueTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListQueueTagsRequest.Builder>ListQueueTagsRequest. serializableBuilderClass()
-