| Package | Description |
|---|---|
| com.amazonaws.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
Substring |
Substring.clone() |
Substring |
PathElement.getSubstring()
Refers to a substring of a literal string in a JSON object.
|
Substring |
Substring.withLength(Integer length)
The length of the substring.
|
Substring |
Substring.withStart(Integer start)
The start index of the substring, starting from 0.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PathElement.setSubstring(Substring substring)
Refers to a substring of a literal string in a JSON object.
|
PathElement |
PathElement.withSubstring(Substring substring)
Refers to a substring of a literal string in a JSON object.
|
Copyright © 2023. All rights reserved.