Uses of Class
software.amazon.awssdk.services.ec2.model.Explanation
-
Packages that use Explanation Package Description software.amazon.awssdk.services.ec2.model -
-
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 Explanation Modifier and Type Method Description List<Explanation>NetworkInsightsAnalysis. explanations()The explanations.List<Explanation>PathComponent. explanations()The explanation codes.Methods in software.amazon.awssdk.services.ec2.model with parameters of type Explanation Modifier and Type Method Description NetworkInsightsAnalysis.BuilderNetworkInsightsAnalysis.Builder. explanations(Explanation... explanations)The explanations.PathComponent.BuilderPathComponent.Builder. explanations(Explanation... explanations)The explanation codes.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Explanation Modifier and Type Method Description NetworkInsightsAnalysis.BuilderNetworkInsightsAnalysis.Builder. explanations(Collection<Explanation> explanations)The explanations.PathComponent.BuilderPathComponent.Builder. explanations(Collection<Explanation> explanations)The explanation codes.
-