Interface IamAction
-
- All Superinterfaces:
IamValue
- All Known Implementing Classes:
DefaultIamAction
@ThreadSafe public interface IamAction extends IamValue
TheActionelement of aIamStatement, specifying which service actions the statement applies to.- See Also:
- Action user guide
-
-
Method Detail
-
create
static IamAction create(String value)
Create a newIamActionelement with the providedIamValue.value().
-
-