Interface IamPolicyWriter

    • Method Detail

      • create

        static IamPolicyWriter create()
        Create a new IamPolicyReader.

        This method is inexpensive, allowing the creation of writers wherever they are needed.

      • writeToString

        String writeToString​(IamPolicy policy)
        Write a policy to a String.

        This does not validate that the provided policy is correct or valid.

      • writeToBytes

        byte[] writeToBytes​(IamPolicy policy)
        Write a policy to a byte array.

        This does not validate that the provided policy is correct or valid.