Packages

package sqs

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class AttributeName extends AnyRef

    Source parameters as described at https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html#API_ReceiveMessage_RequestParameters

  2. sealed abstract class MessageAction extends AnyRef
  3. final class MessageAttributeName extends AnyRef

    Message attribure names described at https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html#API_ReceiveMessage_RequestParameters

  4. final class SqsAckBatchSettings extends AnyRef
  5. final class SqsAckGroupedSettings extends AnyRef
  6. sealed abstract class SqsAckResult extends SqsResult

    Messages returned by a SqsAckFlow

  7. sealed abstract class SqsAckResultEntry extends SqsResult

    Messages returned by a SqsAckFlow.

  8. final class SqsAckSettings extends AnyRef
  9. final class SqsBatchException extends Exception
  10. final class SqsPublishBatchSettings extends AnyRef
  11. final class SqsPublishGroupedSettings extends AnyRef
  12. final class SqsPublishResult extends SqsResult

    Messages returned by a SqsPublishFlow

  13. final class SqsPublishResultEntry extends SqsResult

    Messages returned by a SqsPublishFlow.grouped or batched

  14. final class SqsPublishSettings extends AnyRef
  15. sealed abstract class SqsResult extends AnyRef

    Result contained in a Sqs Response.

  16. final class SqsSourceSettings extends AnyRef

Value Members

  1. object All extends AttributeName with Product with Serializable
  2. object ApproximateFirstReceiveTimestamp extends AttributeName with Product with Serializable
  3. object ApproximateNumberOfMessages extends AttributeName with Product with Serializable
  4. object ApproximateNumberOfMessagesDelayed extends AttributeName with Product with Serializable
  5. object ApproximateNumberOfMessagesNotVisible extends AttributeName with Product with Serializable
  6. object ApproximateReceiveCount extends AttributeName with Product with Serializable
  7. object Attribute

    Java API:

    Java API:

    Source parameters as described at https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html#API_ReceiveMessage_RequestParameters

  8. object ContentBasedDeduplication extends AttributeName with Product with Serializable
  9. object CreatedTimestamp extends AttributeName with Product with Serializable
  10. object DelaySeconds extends AttributeName with Product with Serializable
  11. object FifoQueue extends AttributeName with Product with Serializable
  12. object KmsDataKeyReusePeriodSeconds extends AttributeName with Product with Serializable
  13. object KmsMasterKeyId extends AttributeName with Product with Serializable
  14. object LastModifiedTimestamp extends AttributeName with Product with Serializable
  15. object MaximumMessageSize extends AttributeName with Product with Serializable
  16. object MessageAction
  17. object MessageAttributeName
  18. object MessageDeduplicationId extends AttributeName with Product with Serializable
  19. object MessageGroupId extends AttributeName with Product with Serializable
  20. object MessageRetentionPeriod extends AttributeName with Product with Serializable
  21. object Policy extends AttributeName with Product with Serializable
  22. object QueueArn extends AttributeName with Product with Serializable
  23. object ReceiveMessageWaitTimeSeconds extends AttributeName with Product with Serializable
  24. object RedrivePolicy extends AttributeName with Product with Serializable
  25. object SenderId extends AttributeName with Product with Serializable
  26. object SentTimestamp extends AttributeName with Product with Serializable
  27. object SequenceNumber extends AttributeName with Product with Serializable
  28. object SqsAckBatchSettings
  29. object SqsAckGroupedSettings
  30. object SqsAckResult
  31. object SqsAckResultEntry
  32. object SqsAckSettings
  33. object SqsPublishBatchSettings
  34. object SqsPublishGroupedSettings
  35. object SqsPublishSettings
  36. object SqsResult
  37. object SqsSourceSettings
  38. object VisibilityTimeout extends AttributeName with Product with Serializable

Ungrouped