|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SetQueueAttributesRequest | |
|---|---|
| com.amazonaws.services.sqs | Synchronous and asynchronous client classes for accessing AmazonSQS. |
| com.amazonaws.services.sqs.model | Classes modeling the various types represented by AmazonSQS. |
| Uses of SetQueueAttributesRequest in com.amazonaws.services.sqs |
|---|
| Methods in com.amazonaws.services.sqs with parameters of type SetQueueAttributesRequest | |
|---|---|
void |
AmazonSQSClient.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest)
Sets an attribute of a queue. |
void |
AmazonSQS.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest)
Sets an attribute of a queue. |
Future<Void> |
AmazonSQSAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest)
Sets an attribute of a queue. |
Future<Void> |
AmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest)
Sets an attribute of a queue. |
| Uses of SetQueueAttributesRequest in com.amazonaws.services.sqs.model |
|---|
| Methods in com.amazonaws.services.sqs.model that return SetQueueAttributesRequest | |
|---|---|
SetQueueAttributesRequest |
SetQueueAttributesRequest.withAttributes(Map<String,String> attributes)
A list of attributes to set. |
SetQueueAttributesRequest |
SetQueueAttributesRequest.withQueueUrl(String queueUrl)
Returns a reference to this object so that method calls can be chained together. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||