| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static AccessScopePath.Builder |
AccessScopePath.builder() |
default AccessScopePath.Builder |
AccessScopePath.Builder.destination(Consumer<PathStatement.Builder> destination)
The destination.
|
AccessScopePath.Builder |
AccessScopePath.Builder.destination(PathStatement destination)
The destination.
|
default AccessScopePath.Builder |
AccessScopePath.Builder.source(Consumer<PathStatement.Builder> source)
The source.
|
AccessScopePath.Builder |
AccessScopePath.Builder.source(PathStatement source)
The source.
|
AccessScopePath.Builder |
AccessScopePath.Builder.throughResources(Collection<ThroughResourcesStatement> throughResources)
The through resources.
|
AccessScopePath.Builder |
AccessScopePath.Builder.throughResources(Consumer<ThroughResourcesStatement.Builder>... throughResources)
The through resources.
|
AccessScopePath.Builder |
AccessScopePath.Builder.throughResources(ThroughResourcesStatement... throughResources)
The through resources.
|
AccessScopePath.Builder |
AccessScopePath.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AccessScopePath.Builder> |
AccessScopePath.serializableBuilderClass() |
Copyright © 2023. All rights reserved.