io.atlassian.aws

sqs

package sqs

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

Type Members

  1. class FromStringSpec extends SpecificationWithJUnit with ScalaCheckSpec

    Annotations
    @RunWith()
  2. type Header[A] = Map[String, HeaderValue]

    Definition Classes
    Types
  3. type HeaderFieldTuple[A] = (String, HeaderValue)

    Definition Classes
    Types
  4. type HeaderSubType = AnyRef { ... /* 2 definitions in type refinement */ }

    Definition Classes
    Types
  5. type HeaderValue = Option[MessageAttributeValue]

    Definition Classes
    Types
  6. type KeyValue = Map[String, Value]

  7. class MessageAttributeDecoderSpec extends SpecificationWithJUnit with ScalaCheckSpec

    Annotations
    @RunWith()
  8. class MessageAttributeEncodeDecodeSpec extends SpecificationWithJUnit with ScalaCheckSpec

    Annotations
    @RunWith()
  9. type MessageId = AnyRef { ... /* 2 definitions in type refinement */ }

    Definition Classes
    Types
  10. type QueueURL = AnyRef { ... /* 2 definitions in type refinement */ }

    Definition Classes
    Types
  11. type ReceiptHandle = AnyRef { ... /* 2 definitions in type refinement */ }

    Definition Classes
    Types
  12. class RetriedMessageMarshallUnmarshallSpec extends SpecificationWithJUnit with ScalaCheckSpec

    Annotations
    @RunWith()
  13. type SQSAction[A] = Kleisli[[γ]EitherT[[β]WriterT[Future, MetaData, β], Invalid, γ], AmazonSQS, A]

  14. class SQSSpec extends SpecificationWithJUnit with ScalaCheckSpec

    Annotations
    @RunWith()
  15. type ToBody[A] = (A) ⇒ String

    Definition Classes
    Types
  16. type ToHeader[A] = (A) ⇒ Map[String, HeaderValue]

    Definition Classes
    Types
  17. type Value = Option[MessageAttributeValue]

Value Members

  1. object Arbitraries

  2. object Examples

  3. object SQSSpecOps extends Logging

Inherited from Types

Inherited from AnyRef

Inherited from Any

Ungrouped