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