| Package | Description |
|---|---|
| software.amazon.awssdk.services.sqs.model |
| Modifier and Type | Method and Description |
|---|---|
List<ChangeMessageVisibilityBatchRequestEntry> |
ChangeMessageVisibilityBatchRequest.entries()
A list of receipt handles of the messages for which the visibility timeout must be changed.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchRequest.Builder |
ChangeMessageVisibilityBatchRequest.Builder.entries(ChangeMessageVisibilityBatchRequestEntry... entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
|
| Modifier and Type | Method and Description |
|---|---|
ChangeMessageVisibilityBatchRequest.Builder |
ChangeMessageVisibilityBatchRequest.Builder.entries(Collection<ChangeMessageVisibilityBatchRequestEntry> entries)
A list of receipt handles of the messages for which the visibility timeout must be changed.
|
Copyright © 2019. All rights reserved.