Method | Description | |
---|---|---|
ChangeMessageVisibilityRequest ( ) : System |
Empty constructor used to set properties independently even when a simple constructor is available
|
|
ChangeMessageVisibilityRequest ( string queueUrl, string receiptHandle, int visibilityTimeout ) : System |
Instantiates ChangeMessageVisibilityRequest with the parameterized properties
|
Method | Description | |
---|---|---|
IsSetQueueUrl ( ) : bool | ||
IsSetReceiptHandle ( ) : bool | ||
IsSetVisibilityTimeout ( ) : bool |
public ChangeMessageVisibilityRequest ( ) : System | ||
return | System |
public ChangeMessageVisibilityRequest ( string queueUrl, string receiptHandle, int visibilityTimeout ) : System | ||
queueUrl | string | The URL of the Amazon SQS queue whose message's visibility is changed. Queue URLs are case-sensitive. |
receiptHandle | string | The receipt handle associated with the message whose visibility timeout is changed. This parameter is returned by the ReceiveMessage action. |
visibilityTimeout | int | The new value for the message's visibility timeout (in seconds). Values values: 0 to 43200 . Maximum: 12 hours. |
return | System |