Uses of Class
com.amazonaws.services.sqs.model.GetQueueAttributesRequest
Packages that use GetQueueAttributesRequest
Package
Description
-
Uses of GetQueueAttributesRequest in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs with parameters of type GetQueueAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSQS.getQueueAttributes
(GetQueueAttributesRequest request) AmazonSQS.getQueueAttributes
(GetQueueAttributesRequest getQueueAttributesRequest) Gets attributes for the specified queue.AmazonSQSClient.getQueueAttributes
(GetQueueAttributesRequest getQueueAttributesRequest) Gets attributes for the specified queue.AbstractAmazonSQSAsync.getQueueAttributesAsync
(GetQueueAttributesRequest request) AbstractAmazonSQSAsync.getQueueAttributesAsync
(GetQueueAttributesRequest request, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) AmazonSQSAsync.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest) Gets attributes for the specified queue.AmazonSQSAsync.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Gets attributes for the specified queue.AmazonSQSAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest request) AmazonSQSAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest request, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sqs with type arguments of type GetQueueAttributesRequestModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.getQueueAttributesAsync
(GetQueueAttributesRequest request, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) AbstractAmazonSQSAsync.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Simplified method form for invoking the GetQueueAttributes operation with an AsyncHandler.AmazonSQSAsync.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Gets attributes for the specified queue.AmazonSQSAsync.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Simplified method form for invoking the GetQueueAttributes operation with an AsyncHandler.AmazonSQSAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest request, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) AmazonSQSAsyncClient.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Simplified method form for invoking the GetQueueAttributes operation with an AsyncHandler. -
Uses of GetQueueAttributesRequest in com.amazonaws.services.sqs.buffered
Methods in com.amazonaws.services.sqs.buffered with parameters of type GetQueueAttributesRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.getQueueAttributes
(GetQueueAttributesRequest getQueueAttributesRequest) AmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest) AmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type GetQueueAttributesRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) AmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) -
Uses of GetQueueAttributesRequest in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return GetQueueAttributesRequestModifier and TypeMethodDescriptionGetQueueAttributesRequest.clone()
GetQueueAttributesRequest.withAttributeNames
(QueueAttributeName... attributeNames) A list of attributes to retrieve information for.GetQueueAttributesRequest.withAttributeNames
(String... attributeNames) A list of attributes to retrieve information for.GetQueueAttributesRequest.withAttributeNames
(Collection<String> attributeNames) A list of attributes to retrieve information for.GetQueueAttributesRequest.withQueueUrl
(String queueUrl) The URL of the Amazon SQS queue to take action on.