| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
PathElement |
PathElement.clone() |
PathElement |
PathElement.withIndex(Integer index)
Refers to an index in a JSON array.
|
PathElement |
PathElement.withKey(String key)
Refers to a key in a JSON object.
|
PathElement |
PathElement.withSubstring(Substring substring)
Refers to a substring of a literal string in a JSON object.
|
PathElement |
PathElement.withValue(String value)
Refers to the value associated with a given key in a JSON object.
|
| Modifier and Type | Method and Description |
|---|---|
List<PathElement> |
Location.getPath()
A path in a policy, represented as a sequence of path elements.
|
| Modifier and Type | Method and Description |
|---|---|
Location |
Location.withPath(PathElement... path)
A path in a policy, represented as a sequence of path elements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Location.setPath(Collection<PathElement> path)
A path in a policy, represented as a sequence of path elements.
|
Location |
Location.withPath(Collection<PathElement> path)
A path in a policy, represented as a sequence of path elements.
|
Copyright © 2022. All rights reserved.