Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.Location.Builder
-
Packages that use Location.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of Location.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return Location.Builder Modifier and Type Method Description static Location.BuilderLocation. builder()Location.BuilderLocation.Builder. path(Collection<PathElement> path)A path in a policy, represented as a sequence of path elements.Location.BuilderLocation.Builder. path(Consumer<PathElement.Builder>... path)A path in a policy, represented as a sequence of path elements.Location.BuilderLocation.Builder. path(PathElement... path)A path in a policy, represented as a sequence of path elements.default Location.BuilderLocation.Builder. span(Consumer<Span.Builder> span)A span in a policy.Location.BuilderLocation.Builder. span(Span span)A span in a policy.Location.BuilderLocation. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type Location.Builder Modifier and Type Method Description static Class<? extends Location.Builder>Location. serializableBuilderClass()
-