Uses of Class
com.amazonaws.services.sqs.model.GetQueueAttributesResult
Packages that use GetQueueAttributesResult
Package
Description
-
Uses of GetQueueAttributesResult in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs that return GetQueueAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSQS.getQueueAttributes
(GetQueueAttributesRequest request) AbstractAmazonSQS.getQueueAttributes
(String queueUrl, List<String> attributeNames) AmazonSQS.getQueueAttributes
(GetQueueAttributesRequest getQueueAttributesRequest) Gets attributes for the specified queue.AmazonSQS.getQueueAttributes
(String queueUrl, List<String> attributeNames) Simplified method form for invoking the GetQueueAttributes operation.AmazonSQSClient.getQueueAttributes
(GetQueueAttributesRequest getQueueAttributesRequest) Gets attributes for the specified queue.AmazonSQSClient.getQueueAttributes
(String queueUrl, List<String> attributeNames) Methods in com.amazonaws.services.sqs that return types with arguments of type GetQueueAttributesResultModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.getQueueAttributesAsync
(GetQueueAttributesRequest request) AbstractAmazonSQSAsync.getQueueAttributesAsync
(GetQueueAttributesRequest request, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) AbstractAmazonSQSAsync.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames) Simplified method form for invoking the GetQueueAttributes operation.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) Gets attributes for the specified queue.AmazonSQSAsync.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Gets attributes for the specified queue.AmazonSQSAsync.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames) Simplified method form for invoking the GetQueueAttributes operation.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) AmazonSQSAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest request, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) AmazonSQSAsyncClient.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames) Simplified method form for invoking the GetQueueAttributes operation.AmazonSQSAsyncClient.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Simplified method form for invoking the GetQueueAttributes operation with an AsyncHandler.Method parameters in com.amazonaws.services.sqs with type arguments of type GetQueueAttributesResultModifier 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 GetQueueAttributesResult in com.amazonaws.services.sqs.buffered
Methods in com.amazonaws.services.sqs.buffered that return GetQueueAttributesResultModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.getQueueAttributes
(GetQueueAttributesRequest getQueueAttributesRequest) AmazonSQSBufferedAsyncClient.getQueueAttributes
(String queueUrl, List<String> attributeNames) Methods in com.amazonaws.services.sqs.buffered that return types with arguments of type GetQueueAttributesResultModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest) AmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) AmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames) AmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type GetQueueAttributesResultModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(GetQueueAttributesRequest getQueueAttributesRequest, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) AmazonSQSBufferedAsyncClient.getQueueAttributesAsync
(String queueUrl, List<String> attributeNames, AsyncHandler<GetQueueAttributesRequest, GetQueueAttributesResult> asyncHandler) -
Uses of GetQueueAttributesResult in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return GetQueueAttributesResultModifier and TypeMethodDescriptionGetQueueAttributesResult.addAttributesEntry
(String key, String value) GetQueueAttributesResult.clearAttributesEntries()
Removes all the entries added into Attributes.GetQueueAttributesResult.clone()
GetQueueAttributesResult.withAttributes
(Map<String, String> attributes) A map of attributes to the respective values.