Uses of Class
software.amazon.awssdk.services.sqs.model.GetQueueAttributesResponse
Packages that use GetQueueAttributesResponse
-
Uses of GetQueueAttributesResponse in software.amazon.awssdk.services.sqs
Methods in software.amazon.awssdk.services.sqs that return GetQueueAttributesResponseModifier and TypeMethodDescriptiondefault GetQueueAttributesResponseSqsClient.getQueueAttributes(Consumer<GetQueueAttributesRequest.Builder> getQueueAttributesRequest) Gets attributes for the specified queue.default GetQueueAttributesResponseSqsClient.getQueueAttributes(GetQueueAttributesRequest getQueueAttributesRequest) Gets attributes for the specified queue.Methods in software.amazon.awssdk.services.sqs that return types with arguments of type GetQueueAttributesResponseModifier and TypeMethodDescriptionSqsAsyncClient.getQueueAttributes(Consumer<GetQueueAttributesRequest.Builder> getQueueAttributesRequest) Gets attributes for the specified queue.SqsAsyncClient.getQueueAttributes(GetQueueAttributesRequest getQueueAttributesRequest) Gets attributes for the specified queue.