Uses of Class
software.amazon.awssdk.services.iam.model.ContextEntry
-
Packages that use ContextEntry Package Description software.amazon.awssdk.services.iam.model -
-
Uses of ContextEntry in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ContextEntry Modifier and Type Method Description List<ContextEntry>SimulateCustomPolicyRequest. contextEntries()A list of context keys and corresponding values for the simulation to use.List<ContextEntry>SimulatePrincipalPolicyRequest. contextEntries()A list of context keys and corresponding values for the simulation to use.Methods in software.amazon.awssdk.services.iam.model with parameters of type ContextEntry Modifier and Type Method Description SimulateCustomPolicyRequest.BuilderSimulateCustomPolicyRequest.Builder. contextEntries(ContextEntry... contextEntries)A list of context keys and corresponding values for the simulation to use.SimulatePrincipalPolicyRequest.BuilderSimulatePrincipalPolicyRequest.Builder. contextEntries(ContextEntry... contextEntries)A list of context keys and corresponding values for the simulation to use.Method parameters in software.amazon.awssdk.services.iam.model with type arguments of type ContextEntry Modifier and Type Method Description SimulateCustomPolicyRequest.BuilderSimulateCustomPolicyRequest.Builder. contextEntries(Collection<ContextEntry> contextEntries)A list of context keys and corresponding values for the simulation to use.SimulatePrincipalPolicyRequest.BuilderSimulatePrincipalPolicyRequest.Builder. contextEntries(Collection<ContextEntry> contextEntries)A list of context keys and corresponding values for the simulation to use.
-