Package

io.atlassian.aws

sqs

Permalink

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
Visibility
  1. Public
  2. All

Type Members

  1. class FromStringSpec extends SpecificationWithJUnit with ScalaCheckSpec

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

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

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

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

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

    Permalink
  7. class MessageAttributeDecoderSpec extends SpecificationWithJUnit with ScalaCheckSpec

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

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

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

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

    Permalink
    Definition Classes
    Types
  12. class RetriedMessageMarshallUnmarshallSpec extends SpecificationWithJUnit with ScalaCheckSpec

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

    Permalink
  14. class SQSSpec extends SpecificationWithJUnit with ScalaCheckSpec

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

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

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

    Permalink

Value Members

  1. object Arbitraries

    Permalink
  2. object Examples

    Permalink
  3. object SQSSpecOps extends Logging

    Permalink

Inherited from Types

Inherited from AnyRef

Inherited from Any

Ungrouped