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
Modifier and TypeMethodDescriptionvalue()
Retrieve the string that should represent this element in the serialized IAM policy when it is marshalled viaIamPolicyWriter
.
-
Method Details
-
value
String value()Retrieve the string that should represent this element in the serialized IAM policy when it is marshalled viaIamPolicyWriter
.
-