Interface IamConditionKey
-
- All Superinterfaces:
IamValue
- All Known Implementing Classes:
DefaultIamConditionKey
@ThreadSafe public interface IamConditionKey extends IamValue
TheIamConditionKeyspecifies the "left hand side" of anIamCondition.- See Also:
IamCondition, Condition user guide
-
-
Method Summary
Static Methods Modifier and Type Method Description static IamConditionKeycreate(String value)Create a newIamConditionKeyelement with the providedIamValue.value().
-
-
-
Method Detail
-
create
static IamConditionKey create(String value)
Create a newIamConditionKeyelement with the providedIamValue.value().
-
-