Uses of Class
com.amazonaws.services.sqs.model.ReceiveMessageRequest
Packages that use ReceiveMessageRequest
Package
Description
-
Uses of ReceiveMessageRequest in com.amazonaws.services.sqs
Methods in com.amazonaws.services.sqs with parameters of type ReceiveMessageRequestModifier and TypeMethodDescriptionAbstractAmazonSQS.receiveMessage
(ReceiveMessageRequest request) AmazonSQS.receiveMessage
(ReceiveMessageRequest receiveMessageRequest) Retrieves one or more messages, with a maximum limit of 10 messages, from the specified queue.AmazonSQSClient.receiveMessage
(ReceiveMessageRequest receiveMessageRequest) Retrieves one or more messages, with a maximum limit of 10 messages, from the specified queue.AbstractAmazonSQSAsync.receiveMessageAsync
(ReceiveMessageRequest request) AbstractAmazonSQSAsync.receiveMessageAsync
(ReceiveMessageRequest request, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) AmazonSQSAsync.receiveMessageAsync
(ReceiveMessageRequest receiveMessageRequest) Retrieves one or more messages, with a maximum limit of 10 messages, from the specified queue.AmazonSQSAsync.receiveMessageAsync
(ReceiveMessageRequest receiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) Retrieves one or more messages, with a maximum limit of 10 messages, from the specified queue.AmazonSQSAsyncClient.receiveMessageAsync
(ReceiveMessageRequest request) AmazonSQSAsyncClient.receiveMessageAsync
(ReceiveMessageRequest request, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) Method parameters in com.amazonaws.services.sqs with type arguments of type ReceiveMessageRequestModifier and TypeMethodDescriptionAbstractAmazonSQSAsync.receiveMessageAsync
(ReceiveMessageRequest request, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) AbstractAmazonSQSAsync.receiveMessageAsync
(String queueUrl, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) Simplified method form for invoking the ReceiveMessage operation with an AsyncHandler.AmazonSQSAsync.receiveMessageAsync
(ReceiveMessageRequest receiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) Retrieves one or more messages, with a maximum limit of 10 messages, from the specified queue.AmazonSQSAsync.receiveMessageAsync
(String queueUrl, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) Simplified method form for invoking the ReceiveMessage operation with an AsyncHandler.AmazonSQSAsyncClient.receiveMessageAsync
(ReceiveMessageRequest request, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) AmazonSQSAsyncClient.receiveMessageAsync
(String queueUrl, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) Simplified method form for invoking the ReceiveMessage operation with an AsyncHandler. -
Uses of ReceiveMessageRequest in com.amazonaws.services.sqs.buffered
Methods in com.amazonaws.services.sqs.buffered that return types with arguments of type ReceiveMessageRequestModifier and TypeMethodDescriptioncom.amazonaws.services.sqs.buffered.QueueBufferFuture<ReceiveMessageRequest,
ReceiveMessageResult> ReceiveQueueBuffer.receiveMessageAsync
(ReceiveMessageRequest rq, com.amazonaws.services.sqs.buffered.QueueBufferCallback<ReceiveMessageRequest, ReceiveMessageResult> callback) Submits the request for retrieval of messages from the queue and returns a future that will be signalled when the request is satisfied.Methods in com.amazonaws.services.sqs.buffered with parameters of type ReceiveMessageRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.receiveMessage
(ReceiveMessageRequest receiveMessageRequest) AmazonSQSBufferedAsyncClient.receiveMessageAsync
(ReceiveMessageRequest receiveMessageRequest) AmazonSQSBufferedAsyncClient.receiveMessageAsync
(ReceiveMessageRequest receiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) com.amazonaws.services.sqs.buffered.QueueBufferFuture<ReceiveMessageRequest,
ReceiveMessageResult> ReceiveQueueBuffer.receiveMessageAsync
(ReceiveMessageRequest rq, com.amazonaws.services.sqs.buffered.QueueBufferCallback<ReceiveMessageRequest, ReceiveMessageResult> callback) Submits the request for retrieval of messages from the queue and returns a future that will be signalled when the request is satisfied.Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type ReceiveMessageRequestModifier and TypeMethodDescriptionAmazonSQSBufferedAsyncClient.receiveMessageAsync
(ReceiveMessageRequest receiveMessageRequest, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) AmazonSQSBufferedAsyncClient.receiveMessageAsync
(String queueUrl, AsyncHandler<ReceiveMessageRequest, ReceiveMessageResult> asyncHandler) com.amazonaws.services.sqs.buffered.QueueBufferFuture<ReceiveMessageRequest,
ReceiveMessageResult> ReceiveQueueBuffer.receiveMessageAsync
(ReceiveMessageRequest rq, com.amazonaws.services.sqs.buffered.QueueBufferCallback<ReceiveMessageRequest, ReceiveMessageResult> callback) Submits the request for retrieval of messages from the queue and returns a future that will be signalled when the request is satisfied. -
Uses of ReceiveMessageRequest in com.amazonaws.services.sqs.model
Methods in com.amazonaws.services.sqs.model that return ReceiveMessageRequestModifier and TypeMethodDescriptionReceiveMessageRequest.clone()
ReceiveMessageRequest.withAttributeNames
(QueueAttributeName... attributeNames) A list of attributes that need to be returned along with each message.ReceiveMessageRequest.withAttributeNames
(String... attributeNames) A list of attributes that need to be returned along with each message.ReceiveMessageRequest.withAttributeNames
(Collection<String> attributeNames) A list of attributes that need to be returned along with each message.ReceiveMessageRequest.withMaxNumberOfMessages
(Integer maxNumberOfMessages) The maximum number of messages to return.ReceiveMessageRequest.withMessageAttributeNames
(String... messageAttributeNames) The name of the message attribute, where N is the index.ReceiveMessageRequest.withMessageAttributeNames
(Collection<String> messageAttributeNames) The name of the message attribute, where N is the index.ReceiveMessageRequest.withQueueUrl
(String queueUrl) The URL of the Amazon SQS queue to take action on.ReceiveMessageRequest.withVisibilityTimeout
(Integer visibilityTimeout) The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by aReceiveMessage
request.ReceiveMessageRequest.withWaitTimeSeconds
(Integer waitTimeSeconds) The duration (in seconds) for which the call will wait for a message to arrive in the queue before returning.