Package | Description |
---|---|
com.amazonaws.services.identitymanagement.model | |
com.amazonaws.services.identitymanagement.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ContextEntry> |
SimulatePrincipalPolicyRequest.contextEntries
A list of context keys and corresponding values for the simulation to
use.
|
private SdkInternalList<ContextEntry> |
SimulateCustomPolicyRequest.contextEntries
A list of context keys and corresponding values for the simulation to
use.
|
Modifier and Type | Method and Description |
---|---|
ContextEntry |
ContextEntry.clone() |
ContextEntry |
ContextEntry.withContextKeyName(java.lang.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(java.lang.String contextKeyType)
The data type of the value (or values) specified in the
ContextKeyValues parameter. |
ContextEntry |
ContextEntry.withContextKeyValues(java.util.Collection<java.lang.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(java.lang.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 |
---|---|
java.util.List<ContextEntry> |
SimulatePrincipalPolicyRequest.getContextEntries()
A list of context keys and corresponding values for the simulation to
use.
|
java.util.List<ContextEntry> |
SimulateCustomPolicyRequest.getContextEntries()
A list of context keys and corresponding values for the simulation to
use.
|
Modifier and Type | Method and Description |
---|---|
SimulatePrincipalPolicyRequest |
SimulatePrincipalPolicyRequest.withContextEntries(ContextEntry... contextEntries)
A list of context keys and corresponding values for the simulation to
use.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withContextEntries(ContextEntry... contextEntries)
A list of context keys and corresponding values for the simulation to
use.
|
Modifier and Type | Method and Description |
---|---|
void |
SimulatePrincipalPolicyRequest.setContextEntries(java.util.Collection<ContextEntry> contextEntries)
A list of context keys and corresponding values for the simulation to
use.
|
void |
SimulateCustomPolicyRequest.setContextEntries(java.util.Collection<ContextEntry> contextEntries)
A list of context keys and corresponding values for the simulation to
use.
|
SimulatePrincipalPolicyRequest |
SimulatePrincipalPolicyRequest.withContextEntries(java.util.Collection<ContextEntry> contextEntries)
A list of context keys and corresponding values for the simulation to
use.
|
SimulateCustomPolicyRequest |
SimulateCustomPolicyRequest.withContextEntries(java.util.Collection<ContextEntry> contextEntries)
A list of context keys and corresponding values for the simulation to
use.
|
Modifier and Type | Method and Description |
---|---|
ContextEntry |
ContextEntryStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |