|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ChangeMessageVisibilityRequest | |
|---|---|
| com.amazonaws.services.sqs | Synchronous and asynchronous client classes for accessing AmazonSQS. |
| com.amazonaws.services.sqs.model | Classes modeling the various types represented by AmazonSQS. |
| Uses of ChangeMessageVisibilityRequest in com.amazonaws.services.sqs |
|---|
| Methods in com.amazonaws.services.sqs with parameters of type ChangeMessageVisibilityRequest | |
|---|---|
void |
AmazonSQSClient.changeMessageVisibility(ChangeMessageVisibilityRequest changeMessageVisibilityRequest)
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value. |
void |
AmazonSQS.changeMessageVisibility(ChangeMessageVisibilityRequest changeMessageVisibilityRequest)
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value. |
Future<Void> |
AmazonSQSAsyncClient.changeMessageVisibilityAsync(ChangeMessageVisibilityRequest changeMessageVisibilityRequest)
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value. |
Future<Void> |
AmazonSQSAsync.changeMessageVisibilityAsync(ChangeMessageVisibilityRequest changeMessageVisibilityRequest)
The ChangeMessageVisibility action changes the visibility timeout of a specified message in a queue to a new value. |
| Uses of ChangeMessageVisibilityRequest in com.amazonaws.services.sqs.model |
|---|
| Methods in com.amazonaws.services.sqs.model that return ChangeMessageVisibilityRequest | |
|---|---|
ChangeMessageVisibilityRequest |
ChangeMessageVisibilityRequest.withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together. |
ChangeMessageVisibilityRequest |
ChangeMessageVisibilityRequest.withReceiptHandle(String receiptHandle)
The receipt handle associated with the message whose visibility timeout the client wants to change. |
ChangeMessageVisibilityRequest |
ChangeMessageVisibilityRequest.withVisibilityTimeout(Integer visibilityTimeout)
The new value (in seconds) for the message's visibility timeout. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||