Interface IamValue
-
- All Known Subinterfaces:
IamAction,IamConditionKey,IamConditionOperator,IamEffect,IamPrincipalType,IamResource
- All Known Implementing Classes:
DefaultIamAction,DefaultIamConditionKey,DefaultIamConditionOperator,DefaultIamEffect,DefaultIamPrincipalType,DefaultIamResource
public interface IamValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringvalue()Retrieve the string that should represent this element in the serialized IAM policy when it is marshalled viaIamPolicyWriter.
-
-
-
Method Detail
-
value
String value()
Retrieve the string that should represent this element in the serialized IAM policy when it is marshalled viaIamPolicyWriter.
-
-