Uses of Class
software.amazon.awssdk.services.iam.model.SimulateCustomPolicyRequest
-
Packages that use SimulateCustomPolicyRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators software.amazon.awssdk.services.iam.transform -
-
Uses of SimulateCustomPolicyRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type SimulateCustomPolicyRequest Modifier and Type Method Description 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.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.default SimulateCustomPolicyPublisherIamAsyncClient. 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.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. -
Uses of SimulateCustomPolicyRequest in software.amazon.awssdk.services.iam.paginators
Constructors in software.amazon.awssdk.services.iam.paginators with parameters of type SimulateCustomPolicyRequest Constructor Description SimulateCustomPolicyIterable(IamClient client, SimulateCustomPolicyRequest firstRequest)SimulateCustomPolicyPublisher(IamAsyncClient client, SimulateCustomPolicyRequest firstRequest) -
Uses of SimulateCustomPolicyRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type SimulateCustomPolicyRequest Modifier and Type Method Description SdkHttpFullRequestSimulateCustomPolicyRequestMarshaller. marshall(SimulateCustomPolicyRequest simulateCustomPolicyRequest)
-