Uses of Interface
software.amazon.awssdk.services.ec2.model.AccessScopePath.Builder
Packages that use AccessScopePath.Builder
-
Uses of AccessScopePath.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return AccessScopePath.BuilderModifier and TypeMethodDescriptionstatic AccessScopePath.BuilderAccessScopePath.builder()default AccessScopePath.BuilderAccessScopePath.Builder.destination(Consumer<PathStatement.Builder> destination) The destination.AccessScopePath.Builder.destination(PathStatement destination) The destination.default AccessScopePath.BuilderAccessScopePath.Builder.source(Consumer<PathStatement.Builder> source) The source.AccessScopePath.Builder.source(PathStatement source) The source.AccessScopePath.Builder.throughResources(Collection<ThroughResourcesStatement> throughResources) The through resources.AccessScopePath.Builder.throughResources(Consumer<ThroughResourcesStatement.Builder>... throughResources) The through resources.AccessScopePath.Builder.throughResources(ThroughResourcesStatement... throughResources) The through resources.AccessScopePath.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AccessScopePath.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AccessScopePath.Builder>AccessScopePath.serializableBuilderClass()