Uses of Class
com.amazonaws.services.identitymanagement.model.ContextEntry
-
Packages that use ContextEntry Package Description com.amazonaws.services.identitymanagement.model -
-
Uses of ContextEntry in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ContextEntry Modifier and Type Method Description ContextEntry
ContextEntry. clone()
ContextEntry
ContextEntry. withContextKeyName(String contextKeyName)
The full name of a condition context key, including the service prefix.ContextEntry
ContextEntry. withContextKeyType(ContextKeyTypeEnum contextKeyType)
The data type of the value (or values) specified in theContextKeyValues
parameter.ContextEntry
ContextEntry. withContextKeyType(String contextKeyType)
The data type of the value (or values) specified in theContextKeyValues
parameter.ContextEntry
ContextEntry. withContextKeyValues(String... contextKeyValues)
The value (or values, if the condition context key supports multiple values) to provide to the simulation for use when the key is referenced by aCondition
element in an input policy.ContextEntry
ContextEntry. withContextKeyValues(Collection<String> contextKeyValues)
The value (or values, if the condition context key supports multiple values) to provide to the simulation for use when the key is referenced by aCondition
element in an input policy.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type ContextEntry Modifier and Type Method Description List<ContextEntry>
SimulateCustomPolicyRequest. getContextEntries()
A list of context keys and corresponding values for the simulation to use.List<ContextEntry>
SimulatePrincipalPolicyRequest. getContextEntries()
A list of context keys and corresponding values for the simulation to use.Methods in com.amazonaws.services.identitymanagement.model with parameters of type ContextEntry Modifier and Type Method Description SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withContextEntries(ContextEntry... contextEntries)
A list of context keys and corresponding values for the simulation to use.SimulatePrincipalPolicyRequest
SimulatePrincipalPolicyRequest. withContextEntries(ContextEntry... contextEntries)
A list of context keys and corresponding values for the simulation to use.Method parameters in com.amazonaws.services.identitymanagement.model with type arguments of type ContextEntry Modifier and Type Method Description void
SimulateCustomPolicyRequest. setContextEntries(Collection<ContextEntry> contextEntries)
A list of context keys and corresponding values for the simulation to use.void
SimulatePrincipalPolicyRequest. setContextEntries(Collection<ContextEntry> contextEntries)
A list of context keys and corresponding values for the simulation to use.SimulateCustomPolicyRequest
SimulateCustomPolicyRequest. withContextEntries(Collection<ContextEntry> contextEntries)
A list of context keys and corresponding values for the simulation to use.SimulatePrincipalPolicyRequest
SimulatePrincipalPolicyRequest. withContextEntries(Collection<ContextEntry> contextEntries)
A list of context keys and corresponding values for the simulation to use.
-