object Attribute

Java API:

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

Source
SqsSourceSettings.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Attribute
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val all: All.type
  5. val approximateFirstReceiveTimestamp: ApproximateFirstReceiveTimestamp.type
  6. val approximateNumberOfMessages: ApproximateNumberOfMessages.type
  7. val approximateNumberOfMessagesDelayed: ApproximateNumberOfMessagesDelayed.type
  8. val approximateNumberOfMessagesNotVisible: ApproximateNumberOfMessagesNotVisible.type
  9. val approximateReceiveCount: ApproximateReceiveCount.type
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  12. val contentBasedDeduplication: ContentBasedDeduplication.type
  13. val createdTimestamp: CreatedTimestamp.type
  14. val delaySeconds: DelaySeconds.type
  15. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  17. val fifoQueue: FifoQueue.type
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val kmsDataKeyReusePeriodSeconds: KmsDataKeyReusePeriodSeconds.type
  22. val kmsMasterKeyId: KmsMasterKeyId.type
  23. val lastModifiedTimestamp: LastModifiedTimestamp.type
  24. val maximumMessageSize: MaximumMessageSize.type
  25. val messageDeduplicationId: MessageDeduplicationId.type
  26. val messageGroupId: MessageGroupId.type
  27. val messageRetentionPeriod: MessageRetentionPeriod.type
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. val policy: Policy.type
  32. val queueArn: QueueArn.type
  33. val receiveMessageWaitTimeSeconds: ReceiveMessageWaitTimeSeconds.type
  34. val redrivePolicy: RedrivePolicy.type
  35. val senderId: SenderId.type
  36. val sentTimestamp: SentTimestamp.type
  37. val sequenceNumber: SequenceNumber.type
  38. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  39. def toString(): String
    Definition Classes
    AnyRef → Any
  40. val visibilityTimeout: VisibilityTimeout.type
  41. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  43. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped