| Package | Description |
|---|---|
| software.amazon.awssdk.services.accessanalyzer.model |
| Modifier and Type | Method and Description |
|---|---|
static Span.Builder |
Span.builder() |
default Span.Builder |
Span.Builder.end(Consumer<Position.Builder> end)
The end position of the span (exclusive).
|
Span.Builder |
Span.Builder.end(Position end)
The end position of the span (exclusive).
|
default Span.Builder |
Span.Builder.start(Consumer<Position.Builder> start)
The start position of the span (inclusive).
|
Span.Builder |
Span.Builder.start(Position start)
The start position of the span (inclusive).
|
Span.Builder |
Span.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Span.Builder> |
Span.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Location.Builder |
Location.Builder.span(Consumer<Span.Builder> span)
A span in a policy.
|
Copyright © 2023. All rights reserved.