| Package | Description |
|---|---|
| com.amazonaws.services.sqs |
Welcome to the Amazon Simple Queue Service API Reference.
|
| com.amazonaws.services.sqs.buffered | |
| com.amazonaws.services.sqs.model |
Classes modeling the various types represented by AmazonSQS
|
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchResult |
AmazonSQSClient.changeMessageVisibilityBatch(String queueUrl,
List<ChangeMessageVisibilityBatchRequestEntry> entries)
Changes the visibility timeout of multiple messages.
|
ChangeMessageVisibilityBatchResult |
AmazonSQS.changeMessageVisibilityBatch(String queueUrl,
List<ChangeMessageVisibilityBatchRequestEntry> entries)
Changes the visibility timeout of multiple messages.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchResult |
AmazonSQSBufferedAsyncClient.changeMessageVisibilityBatch(String queueUrl,
List<ChangeMessageVisibilityBatchRequestEntry> entries) |
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchRequestEntry |
ChangeMessageVisibilityBatchRequestEntry.withId(String id)
An identifier for this particular receipt handle.
|
ChangeMessageVisibilityBatchRequestEntry |
ChangeMessageVisibilityBatchRequestEntry.withReceiptHandle(String receiptHandle)
A receipt handle.
|
ChangeMessageVisibilityBatchRequestEntry |
ChangeMessageVisibilityBatchRequestEntry.withVisibilityTimeout(Integer visibilityTimeout)
The new value (in seconds) for the message's visibility timeout.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChangeMessageVisibilityBatchRequestEntry> |
ChangeMessageVisibilityBatchRequest.getEntries()
A list of receipt handles of the messages for which the visibility
timeout must be changed.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchRequest |
ChangeMessageVisibilityBatchRequest.withEntries(ChangeMessageVisibilityBatchRequestEntry... entries)
A list of receipt handles of the messages for which the visibility
timeout must be changed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ChangeMessageVisibilityBatchRequest.setEntries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
A list of receipt handles of the messages for which the visibility
timeout must be changed.
|
ChangeMessageVisibilityBatchRequest |
ChangeMessageVisibilityBatchRequest.withEntries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
A list of receipt handles of the messages for which the visibility
timeout must be changed.
|
| Constructor and Description |
|---|
ChangeMessageVisibilityBatchRequest(String queueUrl,
List<ChangeMessageVisibilityBatchRequestEntry> entries)
Constructs a new ChangeMessageVisibilityBatchRequest object.
|
Copyright © 2019. All rights reserved.