| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static Substring.Builder |
Substring.builder() |
Substring.Builder |
Substring.Builder.length(Integer length)
The length of the substring.
|
Substring.Builder |
Substring.Builder.start(Integer start)
The start index of the substring, starting from 0.
|
Substring.Builder |
Substring.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Substring.Builder> |
Substring.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
static PathElement |
PathElement.fromSubstring(Consumer<Substring.Builder> substring)
Create an instance of this class with
PathElement.substring() initialized to the given value. |
default PathElement.Builder |
PathElement.Builder.substring(Consumer<Substring.Builder> substring)
Refers to a substring of a literal string in a JSON object.
|
Copyright © 2023. All rights reserved.