Uses of Class
software.amazon.awssdk.services.iam.paginators.SimulateCustomPolicyIterable
-
Packages that use SimulateCustomPolicyIterable Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of SimulateCustomPolicyIterable in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return SimulateCustomPolicyIterable Modifier and Type Method Description default SimulateCustomPolicyIterableIamClient. simulateCustomPolicyPaginator(Consumer<SimulateCustomPolicyRequest.Builder> simulateCustomPolicyRequest)Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and Amazon Web Services resources to determine the policies' effective permissions.default SimulateCustomPolicyIterableIamClient. simulateCustomPolicyPaginator(SimulateCustomPolicyRequest simulateCustomPolicyRequest)Simulate how a set of IAM policies and optionally a resource-based policy works with a list of API operations and Amazon Web Services resources to determine the policies' effective permissions.
-