Interface Queue.DefinitionStages.WithAuthorizationRule

    • Method Detail

      • withNewSendRule

        Queue.DefinitionStages.WithCreate withNewSendRule​(String name)
        Creates a send authorization rule for the queue.
        Parameters:
        name - rule name
        Returns:
        next stage of the queue definition
      • withNewListenRule

        Queue.DefinitionStages.WithCreate withNewListenRule​(String name)
        Creates a listen authorization rule for the queue.
        Parameters:
        name - rule name
        Returns:
        next stage of the queue definition
      • withNewManageRule

        Queue.DefinitionStages.WithCreate withNewManageRule​(String name)
        Creates a manage authorization rule for the queue.
        Parameters:
        name - rule name
        Returns:
        next stage of the queue definition