@ThreadSafe public interface IamAction extends IamValue
Action element of a IamStatement, specifying which service actions the statement applies to.| Modifier and Type | Field and Description |
|---|---|
static IamAction |
ALL
An
IamAction representing ALL actions. |
| Modifier and Type | Method and Description |
|---|---|
static IamAction |
create(String value)
Create a new
IamAction element with the provided IamValue.value(). |
static IamAction create(String value)
IamAction element with the provided IamValue.value().Copyright © 2023. All rights reserved.