| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static PathElement.Builder |
PathElement.builder() |
PathElement.Builder |
PathElement.Builder.index(Integer index)
Refers to an index in a JSON array.
|
PathElement.Builder |
PathElement.Builder.key(String key)
Refers to a key in a JSON object.
|
default PathElement.Builder |
PathElement.Builder.substring(Consumer<Substring.Builder> substring)
Refers to a substring of a literal string in a JSON object.
|
PathElement.Builder |
PathElement.Builder.substring(Substring substring)
Refers to a substring of a literal string in a JSON object.
|
PathElement.Builder |
PathElement.toBuilder() |
PathElement.Builder |
PathElement.Builder.value(String value)
Refers to the value associated with a given key in a JSON object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PathElement.Builder> |
PathElement.serializableBuilderClass() |
Copyright © 2021. All rights reserved.