| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static PathElement |
PathElement.fromIndex(Integer index)
Create an instance of this class with
index() initialized to the given value. |
static PathElement |
PathElement.fromKey(String key)
Create an instance of this class with
key() initialized to the given value. |
static PathElement |
PathElement.fromSubstring(Consumer<Substring.Builder> substring)
Create an instance of this class with
substring() initialized to the given value. |
static PathElement |
PathElement.fromSubstring(Substring substring)
Create an instance of this class with
substring() initialized to the given value. |
static PathElement |
PathElement.fromValue(String value)
Create an instance of this class with
value() initialized to the given value. |
| Modifier and Type | Method and Description |
|---|---|
List<PathElement> |
Location.path()
A path in a policy, represented as a sequence of path elements.
|
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.path(PathElement... path)
A path in a policy, represented as a sequence of path elements.
|
| Modifier and Type | Method and Description |
|---|---|
Location.Builder |
Location.Builder.path(Collection<PathElement> path)
A path in a policy, represented as a sequence of path elements.
|
Copyright © 2023. All rights reserved.