Uses of Class
software.amazon.awssdk.services.applicationinsights.model.DescribeProblemRequest
-
Packages that use DescribeProblemRequest Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights software.amazon.awssdk.services.applicationinsights.transform -
-
Uses of DescribeProblemRequest in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights with parameters of type DescribeProblemRequest Modifier and Type Method Description default CompletableFuture<DescribeProblemResponse>ApplicationInsightsAsyncClient. describeProblem(DescribeProblemRequest describeProblemRequest)Describes an application problem.default DescribeProblemResponseApplicationInsightsClient. describeProblem(DescribeProblemRequest describeProblemRequest)Describes an application problem. -
Uses of DescribeProblemRequest in software.amazon.awssdk.services.applicationinsights.transform
Methods in software.amazon.awssdk.services.applicationinsights.transform with parameters of type DescribeProblemRequest Modifier and Type Method Description SdkHttpFullRequestDescribeProblemRequestMarshaller. marshall(DescribeProblemRequest describeProblemRequest)
-