Uses of Interface
software.amazon.awssdk.services.sqs.model.ListQueueTagsResponse.Builder
-
Packages that use ListQueueTagsResponse.Builder Package Description software.amazon.awssdk.services.sqs.model -
-
Uses of ListQueueTagsResponse.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ListQueueTagsResponse.Builder Modifier and Type Method Description static ListQueueTagsResponse.BuilderListQueueTagsResponse. builder()ListQueueTagsResponse.BuilderListQueueTagsResponse.Builder. tags(Map<String,String> tags)The list of all tags added to the specified queue.ListQueueTagsResponse.BuilderListQueueTagsResponse. toBuilder()Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ListQueueTagsResponse.Builder Modifier and Type Method Description static Class<? extends ListQueueTagsResponse.Builder>ListQueueTagsResponse. serializableBuilderClass()
-