Uses of Class
software.amazon.awssdk.services.applicationinsights.model.Problem
-
Packages that use Problem Package Description software.amazon.awssdk.services.applicationinsights.model -
-
Uses of Problem in software.amazon.awssdk.services.applicationinsights.model
Methods in software.amazon.awssdk.services.applicationinsights.model that return Problem Modifier and Type Method Description ProblemDescribeProblemResponse. problem()Information about the problem.Methods in software.amazon.awssdk.services.applicationinsights.model that return types with arguments of type Problem Modifier and Type Method Description List<Problem>ListProblemsResponse. problemList()The list of problems.Methods in software.amazon.awssdk.services.applicationinsights.model with parameters of type Problem Modifier and Type Method Description DescribeProblemResponse.BuilderDescribeProblemResponse.Builder. problem(Problem problem)Information about the problem.ListProblemsResponse.BuilderListProblemsResponse.Builder. problemList(Problem... problemList)The list of problems.Method parameters in software.amazon.awssdk.services.applicationinsights.model with type arguments of type Problem Modifier and Type Method Description ListProblemsResponse.BuilderListProblemsResponse.Builder. problemList(Collection<Problem> problemList)The list of problems.
-