Class DefaultIamPolicyReader
java.lang.Object
software.amazon.awssdk.policybuilder.iam.internal.DefaultIamPolicyReader
- All Implemented Interfaces:
 IamPolicyReader
Default implementation of 
IamPolicyReader.- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
DefaultIamPolicyReader
public DefaultIamPolicyReader() 
 - 
 - 
Method Details
- 
read
Description copied from interface:IamPolicyReaderRead a policy from aString.This only performs minimal validation on the provided policy.
- Specified by:
 readin interfaceIamPolicyReader
 - 
read
Description copied from interface:IamPolicyReaderRead a policy from abytearray.The stream must provide a UTF-8 encoded string representing the policy. This only performs minimal validation on the provided policy.
- Specified by:
 readin interfaceIamPolicyReader
 - 
read
Description copied from interface:IamPolicyReaderRead a policy from anInputStream.The stream must provide a UTF-8 encoded string representing the policy. This only performs minimal validation on the provided policy.
- Specified by:
 readin interfaceIamPolicyReader
 - 
equals
 - 
hashCode
public int hashCode() 
 -