The ChangeMessageVisibility action extends the read lock timeout of the specified message
from the specified queue to the specified value.
Namespace: Amazon.SQS.ModelAssembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)
Syntax
| C# | Visual Basic | Visual C++ |
public class ChangeMessageVisibilityRequest
Public Class ChangeMessageVisibilityRequest
public ref class ChangeMessageVisibilityRequest
Members
| All Members | Constructors | Properties | Methods |
| Member | Description | |
|---|---|---|
| ChangeMessageVisibilityRequest()()()() | Initializes a new instance of the ChangeMessageVisibilityRequest class | |
| Attribute |
Gets and sets the Attribute property.
Name and value pair of an attribute associated with the queue.
| |
| Equals(Object) | (Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsSetAttribute()()()() |
Checks if Attribute property is set
| |
| IsSetQueueUrl()()()() |
Checks if QueueUrl property is set
| |
| IsSetReceiptHandle()()()() |
Checks if ReceiptHandle property is set
| |
| IsSetVisibilityTimeout()()()() |
Checks if VisibilityTimeout property is set
| |
| QueueUrl |
Gets and sets the QueueUrl property.
The URL associated with the Amazon SQS queue.
| |
| ReceiptHandle |
Gets and sets the ReceiptHandle property.
The receipt handle associated with the message whose visibility timeout you want to change.
This parameter is returned by the ReceiveMessage action.
| |
| ToString()()()() | (Inherited from Object.) | |
| VisibilityTimeout |
Gets and sets the VisibilityTimeout property.
The new value for the message's visibility timeout (in seconds).
| |
| WithAttribute(array<Attribute>[]()[][]) |
Sets the Attribute property
| |
| WithQueueUrl(String) |
Sets the QueueUrl property
| |
| WithReceiptHandle(String) |
Sets the ReceiptHandle property
| |
| WithVisibilityTimeout(Decimal) |
Sets the VisibilityTimeout property
|