SqsClientStub

org.encalmo.aws.SqsClientStub
final class SqsClientStub() extends SqsClient

Attributes

Graph
Supertypes
trait SqsClient
trait AwsClient
trait SdkClient
trait SdkAutoCloseable
class Object
trait Matchable
class Any
Show all

Members list

Keywords
  • no keywords
  • override
Inherited
  • Not inherited
  • SqsClient

Type members

Types

type Message = (String, String)

Value members

Concrete methods

override def close(): Unit

Attributes

Definition Classes
SdkAutoCloseable -> AutoCloseable
def offer(queueUrl: String, messageWithId: Message): Unit
def peek(queueUrl: String): Option[Message]
def poll(queueUrl: String): Option[Message]
override def sendMessage(sendMessageRequest: SendMessageRequest): SendMessageResponse

Attributes

Definition Classes
SqsClient
override def serviceName(): String

Attributes

Definition Classes
SdkClient

Inherited methods

def addPermission(x$0: Consumer[Builder]): AddPermissionResponse

Attributes

Inherited from:
SqsClient
def addPermission(x$0: AddPermissionRequest): AddPermissionResponse

Attributes

Inherited from:
SqsClient
def cancelMessageMoveTask(x$0: Consumer[Builder]): CancelMessageMoveTaskResponse

Attributes

Inherited from:
SqsClient
def cancelMessageMoveTask(x$0: CancelMessageMoveTaskRequest): CancelMessageMoveTaskResponse

Attributes

Inherited from:
SqsClient
def changeMessageVisibility(x$0: Consumer[Builder]): ChangeMessageVisibilityResponse

Attributes

Inherited from:
SqsClient
def changeMessageVisibility(x$0: ChangeMessageVisibilityRequest): ChangeMessageVisibilityResponse

Attributes

Inherited from:
SqsClient
def changeMessageVisibilityBatch(x$0: Consumer[Builder]): ChangeMessageVisibilityBatchResponse

Attributes

Inherited from:
SqsClient
def changeMessageVisibilityBatch(x$0: ChangeMessageVisibilityBatchRequest): ChangeMessageVisibilityBatchResponse

Attributes

Inherited from:
SqsClient
def createQueue(x$0: Consumer[Builder]): CreateQueueResponse

Attributes

Inherited from:
SqsClient
def createQueue(x$0: CreateQueueRequest): CreateQueueResponse

Attributes

Inherited from:
SqsClient
def deleteMessage(x$0: Consumer[Builder]): DeleteMessageResponse

Attributes

Inherited from:
SqsClient
def deleteMessage(x$0: DeleteMessageRequest): DeleteMessageResponse

Attributes

Inherited from:
SqsClient
def deleteMessageBatch(x$0: Consumer[Builder]): DeleteMessageBatchResponse

Attributes

Inherited from:
SqsClient
def deleteMessageBatch(x$0: DeleteMessageBatchRequest): DeleteMessageBatchResponse

Attributes

Inherited from:
SqsClient
def deleteQueue(x$0: Consumer[Builder]): DeleteQueueResponse

Attributes

Inherited from:
SqsClient
def deleteQueue(x$0: DeleteQueueRequest): DeleteQueueResponse

Attributes

Inherited from:
SqsClient
def getQueueAttributes(x$0: Consumer[Builder]): GetQueueAttributesResponse

Attributes

Inherited from:
SqsClient
def getQueueAttributes(x$0: GetQueueAttributesRequest): GetQueueAttributesResponse

Attributes

Inherited from:
SqsClient
def getQueueUrl(x$0: Consumer[Builder]): GetQueueUrlResponse

Attributes

Inherited from:
SqsClient
def getQueueUrl(x$0: GetQueueUrlRequest): GetQueueUrlResponse

Attributes

Inherited from:
SqsClient
def listDeadLetterSourceQueues(x$0: Consumer[Builder]): ListDeadLetterSourceQueuesResponse

Attributes

Inherited from:
SqsClient
def listDeadLetterSourceQueues(x$0: ListDeadLetterSourceQueuesRequest): ListDeadLetterSourceQueuesResponse

Attributes

Inherited from:
SqsClient
def listDeadLetterSourceQueuesPaginator(x$0: Consumer[Builder]): ListDeadLetterSourceQueuesIterable

Attributes

Inherited from:
SqsClient
def listDeadLetterSourceQueuesPaginator(x$0: ListDeadLetterSourceQueuesRequest): ListDeadLetterSourceQueuesIterable

Attributes

Inherited from:
SqsClient
def listMessageMoveTasks(x$0: Consumer[Builder]): ListMessageMoveTasksResponse

Attributes

Inherited from:
SqsClient
def listMessageMoveTasks(x$0: ListMessageMoveTasksRequest): ListMessageMoveTasksResponse

Attributes

Inherited from:
SqsClient
def listQueueTags(x$0: Consumer[Builder]): ListQueueTagsResponse

Attributes

Inherited from:
SqsClient
def listQueueTags(x$0: ListQueueTagsRequest): ListQueueTagsResponse

Attributes

Inherited from:
SqsClient
def listQueues(): ListQueuesResponse

Attributes

Inherited from:
SqsClient
def listQueues(x$0: Consumer[Builder]): ListQueuesResponse

Attributes

Inherited from:
SqsClient
def listQueues(x$0: ListQueuesRequest): ListQueuesResponse

Attributes

Inherited from:
SqsClient
def listQueuesPaginator(x$0: Consumer[Builder]): ListQueuesIterable

Attributes

Inherited from:
SqsClient
def listQueuesPaginator(x$0: ListQueuesRequest): ListQueuesIterable

Attributes

Inherited from:
SqsClient
def listQueuesPaginator(): ListQueuesIterable

Attributes

Inherited from:
SqsClient
def purgeQueue(x$0: Consumer[Builder]): PurgeQueueResponse

Attributes

Inherited from:
SqsClient
def purgeQueue(x$0: PurgeQueueRequest): PurgeQueueResponse

Attributes

Inherited from:
SqsClient
def receiveMessage(x$0: Consumer[Builder]): ReceiveMessageResponse

Attributes

Inherited from:
SqsClient
def receiveMessage(x$0: ReceiveMessageRequest): ReceiveMessageResponse

Attributes

Inherited from:
SqsClient
def removePermission(x$0: Consumer[Builder]): RemovePermissionResponse

Attributes

Inherited from:
SqsClient
def removePermission(x$0: RemovePermissionRequest): RemovePermissionResponse

Attributes

Inherited from:
SqsClient
def sendMessage(x$0: Consumer[Builder]): SendMessageResponse

Attributes

Inherited from:
SqsClient
def sendMessageBatch(x$0: Consumer[Builder]): SendMessageBatchResponse

Attributes

Inherited from:
SqsClient
def sendMessageBatch(x$0: SendMessageBatchRequest): SendMessageBatchResponse

Attributes

Inherited from:
SqsClient
def serviceClientConfiguration(): SqsServiceClientConfiguration

Attributes

Inherited from:
SqsClient
def setQueueAttributes(x$0: Consumer[Builder]): SetQueueAttributesResponse

Attributes

Inherited from:
SqsClient
def setQueueAttributes(x$0: SetQueueAttributesRequest): SetQueueAttributesResponse

Attributes

Inherited from:
SqsClient
def startMessageMoveTask(x$0: Consumer[Builder]): StartMessageMoveTaskResponse

Attributes

Inherited from:
SqsClient
def startMessageMoveTask(x$0: StartMessageMoveTaskRequest): StartMessageMoveTaskResponse

Attributes

Inherited from:
SqsClient
def tagQueue(x$0: Consumer[Builder]): TagQueueResponse

Attributes

Inherited from:
SqsClient
def tagQueue(x$0: TagQueueRequest): TagQueueResponse

Attributes

Inherited from:
SqsClient
def untagQueue(x$0: Consumer[Builder]): UntagQueueResponse

Attributes

Inherited from:
SqsClient
def untagQueue(x$0: UntagQueueRequest): UntagQueueResponse

Attributes

Inherited from:
SqsClient