Uses of Class
software.amazon.awssdk.services.applicationinsights.model.ListProblemsResponse
-
Packages that use ListProblemsResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.paginators -
-
Uses of ListProblemsResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return ListProblemsResponse Modifier and Type Method Description default ListProblemsResponseApplicationInsightsClient. listProblems(Consumer<ListProblemsRequest.Builder> listProblemsRequest)Lists the problems with your application.default ListProblemsResponseApplicationInsightsClient. listProblems(ListProblemsRequest listProblemsRequest)Lists the problems with your application.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type ListProblemsResponse Modifier and Type Method Description default CompletableFuture<ListProblemsResponse>ApplicationInsightsAsyncClient. listProblems(Consumer<ListProblemsRequest.Builder> listProblemsRequest)Lists the problems with your application.default CompletableFuture<ListProblemsResponse>ApplicationInsightsAsyncClient. listProblems(ListProblemsRequest listProblemsRequest)Lists the problems with your application. -
Uses of ListProblemsResponse in software.amazon.awssdk.services.applicationinsights.paginators
Methods in software.amazon.awssdk.services.applicationinsights.paginators that return types with arguments of type ListProblemsResponse Modifier and Type Method Description Iterator<ListProblemsResponse>ListProblemsIterable. iterator()Method parameters in software.amazon.awssdk.services.applicationinsights.paginators with type arguments of type ListProblemsResponse Modifier and Type Method Description voidListProblemsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListProblemsResponse> subscriber)
-