Uses of Class
com.amazonaws.services.sqs.buffered.QueueBufferConfig

Packages that use QueueBufferConfig
com.amazonaws.services.sqs.buffered   
 

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

Methods in com.amazonaws.services.sqs.buffered that return QueueBufferConfig
 QueueBufferConfig SendQueueBuffer.getConfig()
           
 QueueBufferConfig QueueBufferConfig.withLongPoll(boolean longPoll)
           
 QueueBufferConfig QueueBufferConfig.withLongPollWaitTimeoutSeconds(int longPollWaitTimeoutSeconds)
           
 QueueBufferConfig QueueBufferConfig.withMaxBatchOpenMs(long maxBatchOpenMs)
           
 QueueBufferConfig QueueBufferConfig.withMaxBatchSize(int maxBatchSize)
          Specifies the maximum number of entries the bufferinc client will put in a single batch request.
 QueueBufferConfig QueueBufferConfig.withMaxBatchSizeBytes(long maxBatchSizeBytes)
           
 QueueBufferConfig QueueBufferConfig.withMaxDoneReceiveBatches(int maxDoneReceiveBatches)
           
 QueueBufferConfig QueueBufferConfig.withMaxInflightOutboundBatches(int maxInflightOutboundBatches)
           
 QueueBufferConfig QueueBufferConfig.withMaxInflightReceiveBatches(int maxInflightReceiveBatches)
           
 QueueBufferConfig QueueBufferConfig.withVisibilityTimeoutSeconds(int visibilityTimeoutSeconds)
           
 

Constructors in com.amazonaws.services.sqs.buffered with parameters of type QueueBufferConfig
AmazonSQSBufferedAsyncClient(AmazonSQSAsync paramRealSQS, QueueBufferConfig config)
           
QueueBufferConfig(QueueBufferConfig other)
          copy constructor
 



Copyright © 2016. All rights reserved.