Uses of Interface
software.amazon.awssdk.services.sqs.model.ReceiveMessageRequest.Builder
Packages that use ReceiveMessageRequest.Builder
Package
Description
Welcome to the Amazon SQS API Reference.
-
Uses of ReceiveMessageRequest.Builder in software.amazon.awssdk.services.sqs
Method parameters in software.amazon.awssdk.services.sqs with type arguments of type ReceiveMessageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ReceiveMessageResponse>SqsAsyncClient.receiveMessage(Consumer<ReceiveMessageRequest.Builder> receiveMessageRequest) Retrieves one or more messages (up to 10), from the specified queue.default ReceiveMessageResponseSqsClient.receiveMessage(Consumer<ReceiveMessageRequest.Builder> receiveMessageRequest) Retrieves one or more messages (up to 10), from the specified queue. -
Uses of ReceiveMessageRequest.Builder in software.amazon.awssdk.services.sqs.batchmanager
Method parameters in software.amazon.awssdk.services.sqs.batchmanager with type arguments of type ReceiveMessageRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ReceiveMessageResponse>SqsAsyncBatchManager.receiveMessage(Consumer<ReceiveMessageRequest.Builder> request) Buffers and retrieves messages withReceiveMessageRequestusing aConsumerto configure the request, with a maximum of 10 messages per request. -
Uses of ReceiveMessageRequest.Builder in software.amazon.awssdk.services.sqs.model
Methods in software.amazon.awssdk.services.sqs.model that return ReceiveMessageRequest.BuilderModifier and TypeMethodDescriptionReceiveMessageRequest.Builder.attributeNames(Collection<QueueAttributeName> attributeNames) Deprecated.AttributeNames has been replaced by MessageSystemAttributeNamesReceiveMessageRequest.Builder.attributeNames(QueueAttributeName... attributeNames) Deprecated.AttributeNames has been replaced by MessageSystemAttributeNamesReceiveMessageRequest.Builder.attributeNamesWithStrings(String... attributeNames) Deprecated.AttributeNames has been replaced by MessageSystemAttributeNamesReceiveMessageRequest.Builder.attributeNamesWithStrings(Collection<String> attributeNames) Deprecated.AttributeNames has been replaced by MessageSystemAttributeNamesReceiveMessageRequest.builder()ReceiveMessageRequest.Builder.maxNumberOfMessages(Integer maxNumberOfMessages) The maximum number of messages to return.ReceiveMessageRequest.Builder.messageAttributeNames(String... messageAttributeNames) The name of the message attribute, where N is the index.ReceiveMessageRequest.Builder.messageAttributeNames(Collection<String> messageAttributeNames) The name of the message attribute, where N is the index.ReceiveMessageRequest.Builder.messageSystemAttributeNames(Collection<MessageSystemAttributeName> messageSystemAttributeNames) A list of attributes that need to be returned along with each message.ReceiveMessageRequest.Builder.messageSystemAttributeNames(MessageSystemAttributeName... messageSystemAttributeNames) A list of attributes that need to be returned along with each message.ReceiveMessageRequest.Builder.messageSystemAttributeNamesWithStrings(String... messageSystemAttributeNames) A list of attributes that need to be returned along with each message.ReceiveMessageRequest.Builder.messageSystemAttributeNamesWithStrings(Collection<String> messageSystemAttributeNames) A list of attributes that need to be returned along with each message.ReceiveMessageRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ReceiveMessageRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The URL of the Amazon SQS queue from which messages are received.ReceiveMessageRequest.Builder.receiveRequestAttemptId(String receiveRequestAttemptId) This parameter applies only to FIFO (first-in-first-out) queues.ReceiveMessageRequest.toBuilder()ReceiveMessageRequest.Builder.visibilityTimeout(Integer visibilityTimeout) The duration (in seconds) that the received messages are hidden from subsequent retrieve requests after being retrieved by aReceiveMessagerequest.ReceiveMessageRequest.Builder.waitTimeSeconds(Integer waitTimeSeconds) The duration (in seconds) for which the call waits for a message to arrive in the queue before returning.Methods in software.amazon.awssdk.services.sqs.model that return types with arguments of type ReceiveMessageRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ReceiveMessageRequest.Builder>ReceiveMessageRequest.serializableBuilderClass()