QueueAuthorizationRule Interface

public interface QueueAuthorizationRule extends AuthorizationRule,Updatable<QueueAuthorizationRule.Update>

Type representing authorization rule defined for queue.

Method Summary

Modifier and Type Method and Description
String namespaceName()
String queueName()

Inherited Members

Method Details

namespaceName

public String namespaceName()

Returns:

the name of the namespace that the parent queue belongs to

queueName

public String queueName()

Returns:

the name of the parent queue name

Applies to