package sqs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- sqs
- Types
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
class
FromStringSpec
extends Specification with ScalaCheckSpec
- Annotations
- @RunWith()
-
type
Header[A] = Map[String, HeaderValue]
- Definition Classes
- Types
-
type
HeaderFieldTuple[A] = (String, HeaderValue)
- Definition Classes
- Types
-
type
HeaderSubType = AnyRef { ... /* 2 definitions in type refinement */ }
- Definition Classes
- Types
-
type
HeaderValue = Option[MessageAttributeValue]
- Definition Classes
- Types
- type KeyValue = Map[String, Value]
-
class
MessageAttributeDecoderSpec
extends Specification with ScalaCheckSpec
- Annotations
- @RunWith()
-
class
MessageAttributeEncodeDecodeSpec
extends Specification with ScalaCheckSpec
- Annotations
- @RunWith()
-
type
MessageId = AnyRef { ... /* 2 definitions in type refinement */ }
- Definition Classes
- Types
-
type
QueueURL = AnyRef { ... /* 2 definitions in type refinement */ }
- Definition Classes
- Types
-
type
ReceiptHandle = AnyRef { ... /* 2 definitions in type refinement */ }
- Definition Classes
- Types
-
class
RetriedMessageMarshallUnmarshallSpec
extends Specification with ScalaCheckSpec
- Annotations
- @RunWith()
- type SQSAction[A] = AwsAction[AmazonSQS, MetaData, A]
-
class
SQSSpec
extends Specification with ScalaCheckSpec
- Annotations
- @RunWith()
-
type
ToBody[A] = (A) ⇒ String
- Definition Classes
- Types
-
type
ToHeader[A] = (A) ⇒ Map[String, HeaderValue]
- Definition Classes
- Types
- type Value = Option[MessageAttributeValue]
Value Members
- object Arbitraries
- object Examples
- object SQSSpecOps extends Logging