Uses of Class
software.amazon.awssdk.services.ec2.model.AccessScopePathRequest
Packages that use AccessScopePathRequest
-
Uses of AccessScopePathRequest in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type AccessScopePathRequestModifier and TypeMethodDescriptionfinal List<AccessScopePathRequest>CreateNetworkInsightsAccessScopeRequest.excludePaths()The paths to exclude.final List<AccessScopePathRequest>CreateNetworkInsightsAccessScopeRequest.matchPaths()The paths to match.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AccessScopePathRequestModifier and TypeMethodDescriptionCreateNetworkInsightsAccessScopeRequest.Builder.excludePaths(AccessScopePathRequest... excludePaths) The paths to exclude.CreateNetworkInsightsAccessScopeRequest.Builder.matchPaths(AccessScopePathRequest... matchPaths) The paths to match.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AccessScopePathRequestModifier and TypeMethodDescriptionCreateNetworkInsightsAccessScopeRequest.Builder.excludePaths(Collection<AccessScopePathRequest> excludePaths) The paths to exclude.CreateNetworkInsightsAccessScopeRequest.Builder.matchPaths(Collection<AccessScopePathRequest> matchPaths) The paths to match.