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