Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model |
Modifier and Type | Method and 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 the
ContextKeyValues parameter. |
ContextEntry |
ContextEntry.withContextKeyType(String contextKeyType)
The data type of the value (or values) specified in the
ContextKeyValues parameter. |
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 a
Condition element in an input policy. |
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 a
Condition element in an input policy. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.