Method | Description | |
---|---|---|
ChangeMessageVisibilityBatchRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ChangeMessageVisibilityBatchRequest ( string queueUrl, List |
Instantiates ChangeMessageVisibilityBatchRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetEntries ( ) : bool | ||
IsSetQueueUrl ( ) : bool |
public ChangeMessageVisibilityBatchRequest ( ) : System | ||
return | System |
public ChangeMessageVisibilityBatchRequest ( string queueUrl, List |
||
queueUrl | string | The URL of the Amazon SQS queue whose messages' visibility is changed. Queue URLs are case-sensitive. |
entries | List |
A list of receipt handles of the messages for which the visibility timeout must be changed. |
return | System |