Uses of Interface
software.amazon.awssdk.services.accessanalyzer.model.Span.Builder
-
Packages that use Span.Builder Package Description software.amazon.awssdk.services.accessanalyzer.model -
-
Uses of Span.Builder in software.amazon.awssdk.services.accessanalyzer.model
Methods in software.amazon.awssdk.services.accessanalyzer.model that return Span.Builder Modifier and Type Method Description static Span.BuilderSpan. builder()default Span.BuilderSpan.Builder. end(Consumer<Position.Builder> end)The end position of the span (exclusive).Span.BuilderSpan.Builder. end(Position end)The end position of the span (exclusive).default Span.BuilderSpan.Builder. start(Consumer<Position.Builder> start)The start position of the span (inclusive).Span.BuilderSpan.Builder. start(Position start)The start position of the span (inclusive).Span.BuilderSpan. toBuilder()Methods in software.amazon.awssdk.services.accessanalyzer.model that return types with arguments of type Span.Builder Modifier and Type Method Description static Class<? extends Span.Builder>Span. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.accessanalyzer.model with type arguments of type Span.Builder Modifier and Type Method Description default Location.BuilderLocation.Builder. span(Consumer<Span.Builder> span)A span in a policy.
-