Uses of Class
software.amazon.awssdk.services.applicationinsights.model.DescribeObservationResponse
-
Packages that use DescribeObservationResponse Package Description software.amazon.awssdk.services.applicationinsights Amazon CloudWatch Application Insights -
-
Uses of DescribeObservationResponse in software.amazon.awssdk.services.applicationinsights
Methods in software.amazon.awssdk.services.applicationinsights that return DescribeObservationResponse Modifier and Type Method Description default DescribeObservationResponseApplicationInsightsClient. describeObservation(Consumer<DescribeObservationRequest.Builder> describeObservationRequest)Describes an anomaly or error with the application.default DescribeObservationResponseApplicationInsightsClient. describeObservation(DescribeObservationRequest describeObservationRequest)Describes an anomaly or error with the application.Methods in software.amazon.awssdk.services.applicationinsights that return types with arguments of type DescribeObservationResponse Modifier and Type Method Description default CompletableFuture<DescribeObservationResponse>ApplicationInsightsAsyncClient. describeObservation(Consumer<DescribeObservationRequest.Builder> describeObservationRequest)Describes an anomaly or error with the application.default CompletableFuture<DescribeObservationResponse>ApplicationInsightsAsyncClient. describeObservation(DescribeObservationRequest describeObservationRequest)Describes an anomaly or error with the application.
-