Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.PathElement.Builder
-
Packages that use PathElement.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of PathElement.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return PathElement.Builder Modifier and Type Method Description static PathElement.BuilderPathElement. builder()PathElement.BuilderPathElement.Builder. index(Integer index)Refers to an index in a JSON array.PathElement.BuilderPathElement.Builder. key(String key)Refers to a key in a JSON object.default PathElement.BuilderPathElement.Builder. substring(Consumer<Substring.Builder> substring)Refers to a substring of a literal string in a JSON object.PathElement.BuilderPathElement.Builder. substring(Substring substring)Refers to a substring of a literal string in a JSON object.PathElement.BuilderPathElement. toBuilder()PathElement.BuilderPathElement.Builder. value(String value)Refers to the value associated with a given key in a JSON object.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type PathElement.Builder Modifier and Type Method Description static Class<? extends PathElement.Builder>PathElement. serializableBuilderClass()
-