Uses of Class
software.amazon.awssdk.services.ec2.model.PathComponent
Packages that use PathComponent
-
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 PathComponentModifier and TypeMethodDescriptionfinal List<PathComponent>AccessScopeAnalysisFinding.findingComponents()The finding components.final List<PathComponent>NetworkInsightsAnalysis.forwardPathComponents()The components in the path from source to destination.final 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 PathComponentModifier and TypeMethodDescriptionAccessScopeAnalysisFinding.Builder.findingComponents(PathComponent... findingComponents) The finding components.NetworkInsightsAnalysis.Builder.forwardPathComponents(PathComponent... forwardPathComponents) The components in the path from source to destination.NetworkInsightsAnalysis.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 PathComponentModifier and TypeMethodDescriptionAccessScopeAnalysisFinding.Builder.findingComponents(Collection<PathComponent> findingComponents) The finding components.NetworkInsightsAnalysis.Builder.forwardPathComponents(Collection<PathComponent> forwardPathComponents) The components in the path from source to destination.NetworkInsightsAnalysis.Builder.returnPathComponents(Collection<PathComponent> returnPathComponents) The components in the path from destination to source.