Uses of Class
com.amazonaws.services.identitymanagement.model.ContextEntry
Packages that use ContextEntry
-
Uses of ContextEntry in com.amazonaws.services.identitymanagement.model
Methods in com.amazonaws.services.identitymanagement.model that return ContextEntryModifier and TypeMethodDescriptionContextEntry.clone()ContextEntry.withContextKeyName(String contextKeyName) The full name of a condition context key, including the service prefix.ContextEntry.withContextKeyType(ContextKeyTypeEnum contextKeyType) The data type of the value (or values) specified in theContextKeyValuesparameter.ContextEntry.withContextKeyType(String contextKeyType) The data type of the value (or values) specified in theContextKeyValuesparameter.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 aConditionelement in an input policy.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 aConditionelement in an input policy.Methods in com.amazonaws.services.identitymanagement.model that return types with arguments of type ContextEntryModifier and TypeMethodDescriptionSimulateCustomPolicyRequest.getContextEntries()A list of context keys and corresponding values for the simulation to use.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 ContextEntryModifier and TypeMethodDescriptionSimulateCustomPolicyRequest.withContextEntries(ContextEntry... contextEntries) A list of context keys and corresponding values for the simulation to use.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 ContextEntryModifier and TypeMethodDescriptionvoidSimulateCustomPolicyRequest.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.SimulateCustomPolicyRequest.withContextEntries(Collection<ContextEntry> contextEntries) A list of context keys and corresponding values for the simulation to use.SimulatePrincipalPolicyRequest.withContextEntries(Collection<ContextEntry> contextEntries) A list of context keys and corresponding values for the simulation to use.