Uses of Class
software.amazon.awssdk.services.iam.paginators.SimulatePrincipalPolicyIterable
-
Packages that use SimulatePrincipalPolicyIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of SimulatePrincipalPolicyIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return SimulatePrincipalPolicyIterable Modifier and Type Method Description default SimulatePrincipalPolicyIterableIamClient. simulatePrincipalPolicyPaginator(Consumer<SimulatePrincipalPolicyRequest.Builder> simulatePrincipalPolicyRequest)Simulate how a set of IAM policies attached to an IAM entity works with a list of API operations and Amazon Web Services resources to determine the policies' effective permissions.default SimulatePrincipalPolicyIterableIamClient. simulatePrincipalPolicyPaginator(SimulatePrincipalPolicyRequest simulatePrincipalPolicyRequest)Simulate how a set of IAM policies attached to an IAM entity works with a list of API operations and Amazon Web Services resources to determine the policies' effective permissions.
-