Uses of Class
com.amazonaws.services.sqs.model.SetQueueAttributesRequest

Packages that use SetQueueAttributesRequest
com.amazonaws.services.sqs Synchronous and asynchronous client classes for accessing AmazonSQS. 
com.amazonaws.services.sqs.buffered   
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 the value of one or more queue attributes.
 void AmazonSQS.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest)
           Sets the value of one or more queue attributes.
 Future<Void> AmazonSQSAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest)
           Sets the value of one or more queue attributes.
 Future<Void> AmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest)
           Sets the value of one or more queue attributes.
 Future<Void> AmazonSQSAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest,Void> asyncHandler)
           Sets the value of one or more queue attributes.
 Future<Void> AmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest,Void> asyncHandler)
           Sets the value of one or more queue attributes.
 

Method parameters in com.amazonaws.services.sqs with type arguments of type SetQueueAttributesRequest
 Future<Void> AmazonSQSAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest,Void> asyncHandler)
           Sets the value of one or more queue attributes.
 Future<Void> AmazonSQSAsync.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest,Void> asyncHandler)
           Sets the value of one or more queue attributes.
 

Uses of SetQueueAttributesRequest in com.amazonaws.services.sqs.buffered
 

Methods in com.amazonaws.services.sqs.buffered with parameters of type SetQueueAttributesRequest
 void AmazonSQSBufferedAsyncClient.setQueueAttributes(SetQueueAttributesRequest setQueueAttributesRequest)
           
 Future<Void> AmazonSQSBufferedAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest)
           
 Future<Void> AmazonSQSBufferedAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest,Void> asyncHandler)
           
 

Method parameters in com.amazonaws.services.sqs.buffered with type arguments of type SetQueueAttributesRequest
 Future<Void> AmazonSQSBufferedAsyncClient.setQueueAttributesAsync(SetQueueAttributesRequest setQueueAttributesRequest, AsyncHandler<SetQueueAttributesRequest,Void> asyncHandler)
           
 

Uses of SetQueueAttributesRequest in com.amazonaws.services.sqs.model
 

Methods in com.amazonaws.services.sqs.model that return SetQueueAttributesRequest
 SetQueueAttributesRequest SetQueueAttributesRequest.addAttributesEntry(String key, String value)
          A map of attributes to set.
 SetQueueAttributesRequest SetQueueAttributesRequest.clearAttributesEntries()
          Removes all the entries added into Attributes.
 SetQueueAttributesRequest SetQueueAttributesRequest.withAttributes(Map<String,String> attributes)
          A map of attributes to set.
 SetQueueAttributesRequest SetQueueAttributesRequest.withQueueUrl(String queueUrl)
          The URL of the Amazon SQS queue to take action on.
 



Copyright © 2016. All rights reserved.