Uses of Class
software.amazon.awssdk.services.ec2.model.AccessScopePathRequest
-
Packages that use AccessScopePathRequest Package Description software.amazon.awssdk.services.ec2.model -
-
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 AccessScopePathRequest Modifier and Type Method Description List<AccessScopePathRequest>CreateNetworkInsightsAccessScopeRequest. excludePaths()The paths to exclude.List<AccessScopePathRequest>CreateNetworkInsightsAccessScopeRequest. matchPaths()The paths to match.Methods in software.amazon.awssdk.services.ec2.model with parameters of type AccessScopePathRequest Modifier and Type Method Description CreateNetworkInsightsAccessScopeRequest.BuilderCreateNetworkInsightsAccessScopeRequest.Builder. excludePaths(AccessScopePathRequest... excludePaths)The paths to exclude.CreateNetworkInsightsAccessScopeRequest.BuilderCreateNetworkInsightsAccessScopeRequest.Builder. matchPaths(AccessScopePathRequest... matchPaths)The paths to match.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type AccessScopePathRequest Modifier and Type Method Description CreateNetworkInsightsAccessScopeRequest.BuilderCreateNetworkInsightsAccessScopeRequest.Builder. excludePaths(Collection<AccessScopePathRequest> excludePaths)The paths to exclude.CreateNetworkInsightsAccessScopeRequest.BuilderCreateNetworkInsightsAccessScopeRequest.Builder. matchPaths(Collection<AccessScopePathRequest> matchPaths)The paths to match.
-