Uses of Class
software.amazon.awssdk.services.accessanalyzer.model.PathElement
-
Packages that use PathElement Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of PathElement in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return PathElement Modifier and Type Method Description static PathElementPathElement. fromIndex(Integer index)Create an instance of this class withindex()initialized to the given value.static PathElementPathElement. fromKey(String key)Create an instance of this class withkey()initialized to the given value.static PathElementPathElement. fromSubstring(Consumer<Substring.Builder> substring)Create an instance of this class withsubstring()initialized to the given value.static PathElementPathElement. fromSubstring(Substring substring)Create an instance of this class withsubstring()initialized to the given value.static PathElementPathElement. fromValue(String value)Create an instance of this class withvalue()initialized to the given value.Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type PathElement Modifier and Type Method Description List<PathElement>Location. path()A path in a policy, represented as a sequence of path elements.Methods in software.amazon.awssdk.services.accessanalyzer.model with parameters of type PathElement Modifier and Type Method Description Location.BuilderLocation.Builder. path(PathElement... path)A path in a policy, represented as a sequence of path elements.Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type PathElement Modifier and Type Method Description Location.BuilderLocation.Builder. path(Collection<PathElement> path)A path in a policy, represented as a sequence of path elements.
-