This is a batch version of ChangeMessageVisibility. It takes multiple receipt handles and performs the operation on each of the them. The result of the operation on each message is reported individually in the response.

Namespace: Amazon.SQS.Model
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class ChangeMessageVisibilityBatchRequest
Public Class ChangeMessageVisibilityBatchRequest
public ref class ChangeMessageVisibilityBatchRequest

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ChangeMessageVisibilityBatchRequest()()()()
Initializes a new instance of the ChangeMessageVisibilityBatchRequest class
Entries
Gets and sets the Entries property. A list of receipt handles of the messages for which the visibility timeout must be changed.
Equals(Object)
Determines whether the specified Object is equal to the current 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.)
IsSetEntries()()()()
Checks if Entries property is set
IsSetQueueUrl()()()()
Checks if QueueUrl property is set
QueueUrl
Gets and sets the QueueUrl property. The URL associated with the Amazon SQS queue.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
WithEntries(array<ChangeMessageVisibilityBatchRequestEntry>[]()[][])
Sets the Entries property
WithQueueUrl(String)
Sets the QueueUrl property

Inheritance Hierarchy

System..::..Object
  Amazon.SQS.Model..::..ChangeMessageVisibilityBatchRequest

See Also