Uses of Class
software.amazon.awssdk.services.ec2.model.PathComponent
-
Packages that use PathComponent Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PathComponent in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type PathComponent Modifier and Type Method Description List<PathComponent>AccessScopeAnalysisFinding. findingComponents()The finding components.List<PathComponent>NetworkInsightsAnalysis. forwardPathComponents()The components in the path from source to destination.List<PathComponent>NetworkInsightsAnalysis. returnPathComponents()The components in the path from destination to source.Methods in software.amazon.awssdk.services.ec2.model with parameters of type PathComponent Modifier and Type Method Description AccessScopeAnalysisFinding.BuilderAccessScopeAnalysisFinding.Builder. findingComponents(PathComponent... findingComponents)The finding components.NetworkInsightsAnalysis.BuilderNetworkInsightsAnalysis.Builder. forwardPathComponents(PathComponent... forwardPathComponents)The components in the path from source to destination.NetworkInsightsAnalysis.BuilderNetworkInsightsAnalysis.Builder. returnPathComponents(PathComponent... returnPathComponents)The components in the path from destination to source.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type PathComponent Modifier and Type Method Description AccessScopeAnalysisFinding.BuilderAccessScopeAnalysisFinding.Builder. findingComponents(Collection<PathComponent> findingComponents)The finding components.NetworkInsightsAnalysis.BuilderNetworkInsightsAnalysis.Builder. forwardPathComponents(Collection<PathComponent> forwardPathComponents)The components in the path from source to destination.NetworkInsightsAnalysis.BuilderNetworkInsightsAnalysis.Builder. returnPathComponents(Collection<PathComponent> returnPathComponents)The components in the path from destination to source.
-