public class JsonPolicyReader
extends java.lang.Object
| コンストラクタと説明 |
|---|
JsonPolicyReader() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Policy |
createPolicyFromJsonString(java.lang.String jsonString)
Converts the specified JSON string to an AWS policy object.
|
public Policy createPolicyFromJsonString(java.lang.String jsonString)
jsonString - the specified JSON string representation of this AWS access
control policy.java.lang.IllegalArgumentException - If the specified JSON string is null or invalid and cannot be
converted to an AWS policy object.