Uses of Class
software.amazon.awssdk.services.ec2.model.Explanation
Packages that use Explanation
-
Uses of Explanation in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ExplanationModifier and TypeMethodDescriptionfinal List<Explanation>NetworkInsightsAnalysis.explanations()The explanations.final List<Explanation>PathComponent.explanations()The explanation codes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type ExplanationModifier and TypeMethodDescriptionNetworkInsightsAnalysis.Builder.explanations(Explanation... explanations) The explanations.PathComponent.Builder.explanations(Explanation... explanations) The explanation codes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ExplanationModifier and TypeMethodDescriptionNetworkInsightsAnalysis.Builder.explanations(Collection<Explanation> explanations) The explanations.PathComponent.Builder.explanations(Collection<Explanation> explanations) The explanation codes.