Interface IamAction

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IamAction ALL
      An IamAction representing ALL actions.
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static IamAction create​(String value)
      Create a new IamAction element with the provided IamValue.value().
      • Methods inherited from interface software.amazon.awssdk.policybuilder.iam.IamValue

        value
    • Field Detail

      • ALL

        static final IamAction ALL
        An IamAction representing ALL actions. When used on a statement, it means the policy should apply to every action.