Uses of Interface
software.amazon.awssdk.policybuilder.iam.IamPolicy
-
Packages that use IamPolicy Package Description software.amazon.awssdk.policybuilder.iam software.amazon.awssdk.policybuilder.iam.internal -
-
Uses of IamPolicy in software.amazon.awssdk.policybuilder.iam
Methods in software.amazon.awssdk.policybuilder.iam that return IamPolicy Modifier and Type Method Description static IamPolicyIamPolicy. create(Collection<IamStatement> statements)Create anIamPolicycontaining the provided statements.static IamPolicyIamPolicy. fromJson(String json)Create anIamPolicyfrom an IAM policy in JSON form.IamPolicyIamPolicyReader. read(byte[] policy)Read a policy from abytearray.IamPolicyIamPolicyReader. read(InputStream policy)Read a policy from anInputStream.IamPolicyIamPolicyReader. read(String policy)Read a policy from aString.Methods in software.amazon.awssdk.policybuilder.iam with parameters of type IamPolicy Modifier and Type Method Description byte[]IamPolicyWriter. writeToBytes(IamPolicy policy)Write a policy to abytearray.StringIamPolicyWriter. writeToString(IamPolicy policy)Write a policy to aString. -
Uses of IamPolicy in software.amazon.awssdk.policybuilder.iam.internal
Classes in software.amazon.awssdk.policybuilder.iam.internal that implement IamPolicy Modifier and Type Class Description classDefaultIamPolicyDefault implementation ofIamPolicy.Methods in software.amazon.awssdk.policybuilder.iam.internal that return IamPolicy Modifier and Type Method Description IamPolicyDefaultIamPolicy.Builder. build()IamPolicyDefaultIamPolicyReader. read(byte[] policy)IamPolicyDefaultIamPolicyReader. read(InputStream policy)IamPolicyDefaultIamPolicyReader. read(String policy)Methods in software.amazon.awssdk.policybuilder.iam.internal with parameters of type IamPolicy Modifier and Type Method Description byte[]DefaultIamPolicyWriter. writeToBytes(IamPolicy policy)StringDefaultIamPolicyWriter. writeToString(IamPolicy policy)
-