awscala

sqs

package sqs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. sqs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. case class DeleteMessageBatchEntry(id: String, receiptHandle: String) extends DeleteMessageBatchRequestEntry with Product with Serializable

  2. case class Message(queue: Queue, id: String, body: String, receiptHandle: String, attributes: Map[String, String], messageAttributes: Map[String, MessageAttributeValue] = ...) extends com.amazonaws.services.sqs.model.Message with Product with Serializable

  3. case class MessageBatchEntry(id: String, messageBody: String) extends SendMessageBatchRequestEntry with Product with Serializable

  4. case class Queue(url: String) extends Product with Serializable

  5. trait SQS extends AmazonSQS

    Amazon Simple Queue Service Java client wrapper

  6. class SQSClient extends AmazonSQSClient with SQS

    Default Implementation

  7. class SQSClientWithQueue extends AnyRef

    SQSClient with specified queue.

Value Members

  1. object Message extends Serializable

  2. object SQS

Inherited from AnyRef

Inherited from Any

Ungrouped