Uses of Class
software.amazon.awssdk.services.iam.model.SimulatePrincipalPolicyResponse
-
Packages that use SimulatePrincipalPolicyResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of SimulatePrincipalPolicyResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return SimulatePrincipalPolicyResponse Modifier and Type Method Description default SimulatePrincipalPolicyResponseIamClient. simulatePrincipalPolicy(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 SimulatePrincipalPolicyResponseIamClient. simulatePrincipalPolicy(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.Methods in software.amazon.awssdk.services.iam that return types with arguments of type SimulatePrincipalPolicyResponse Modifier and Type Method Description default CompletableFuture<SimulatePrincipalPolicyResponse>IamAsyncClient. simulatePrincipalPolicy(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 CompletableFuture<SimulatePrincipalPolicyResponse>IamAsyncClient. simulatePrincipalPolicy(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. -
Uses of SimulatePrincipalPolicyResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type SimulatePrincipalPolicyResponse Modifier and Type Method Description Iterator<SimulatePrincipalPolicyResponse>SimulatePrincipalPolicyIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type SimulatePrincipalPolicyResponse Modifier and Type Method Description voidSimulatePrincipalPolicyPublisher. subscribe(org.reactivestreams.Subscriber<? super SimulatePrincipalPolicyResponse> subscriber)
-