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 ContextEntryContextEntry. clone()ContextEntryContextEntry. withContextKeyName(String contextKeyName)The full name of a condition context key, including the service prefix.ContextEntryContextEntry. withContextKeyType(ContextKeyTypeEnum contextKeyType)The data type of the value (or values) specified in theContextKeyValuesparameter.ContextEntryContextEntry. withContextKeyType(String contextKeyType)The data type of the value (or values) specified in theContextKeyValuesparameter.ContextEntryContextEntry. 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 aConditionelement in an input policy.ContextEntryContextEntry. 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 aConditionelement 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 SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withContextEntries(ContextEntry... contextEntries)A list of context keys and corresponding values for the simulation to use.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. 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 voidSimulateCustomPolicyRequest. setContextEntries(Collection<ContextEntry> contextEntries)A list of context keys and corresponding values for the simulation to use.voidSimulatePrincipalPolicyRequest. setContextEntries(Collection<ContextEntry> contextEntries)A list of context keys and corresponding values for the simulation to use.SimulateCustomPolicyRequestSimulateCustomPolicyRequest. withContextEntries(Collection<ContextEntry> contextEntries)A list of context keys and corresponding values for the simulation to use.SimulatePrincipalPolicyRequestSimulatePrincipalPolicyRequest. withContextEntries(Collection<ContextEntry> contextEntries)A list of context keys and corresponding values for the simulation to use.
-