Extends the read lock timeout of a single message in a queue.

C# |
public class ChangeMessageVisibilityRequest : SQSRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ChangeMessageVisibilityRequest()()()() | Initializes a new instance of the ChangeMessageVisibilityRequest class |
![]() | Attribute |
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 |
The URL associated with the Amazon SQS queue.
|
![]() | ReceiptHandle |
The receipt handle associated with the message whose visibility timeout you want to change.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | VisibilityTimeout |
The new value (in seconds) for the message's visibility timeout.
|
![]() | WithAttribute(array<Attribute>[]()[][]) | Obsolete.
Sets the name and value pair of an attribute associated with the queue.
|
![]() | WithQueueUrl(String) | Obsolete.
Sets the URL associated with the Amazon SQS queue.
|
![]() | WithReceiptHandle(String) | Obsolete.
Sets the receipt handle associated with the message whose visibility timeout you want to change.
|
![]() | WithVisibilityTimeout(Decimal) | Obsolete.
Sets the new value (in seconds) for the message's visibility timeout.
|

Object | ||
![]() | SQSRequest | |
![]() | ChangeMessageVisibilityRequest |