Package-level declarations

Types

Link copied to clipboard
data class GetQueuePlainArgs(val name: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetQueuePlainArgs>

A collection of arguments for invoking getQueue.

Link copied to clipboard
Link copied to clipboard
data class GetQueuesPlainArgs(val queueNamePrefix: String? = null) : ConvertibleToJava<GetQueuesPlainArgs>

A collection of arguments for invoking getQueues.

Link copied to clipboard