Uses of Class
software.amazon.awssdk.services.devopsguru.model.DescribeAnomalyResponse
-
Packages that use DescribeAnomalyResponse Package Description software.amazon.awssdk.services.devopsguru Amazon DevOps Guru is a fully managed service that helps you identify anomalous behavior in business critical operational applications. -
-
Uses of DescribeAnomalyResponse in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru that return DescribeAnomalyResponse Modifier and Type Method Description default DescribeAnomalyResponseDevOpsGuruClient. describeAnomaly(Consumer<DescribeAnomalyRequest.Builder> describeAnomalyRequest)Returns details about an anomaly that you specify using its ID.default DescribeAnomalyResponseDevOpsGuruClient. describeAnomaly(DescribeAnomalyRequest describeAnomalyRequest)Returns details about an anomaly that you specify using its ID.Methods in software.amazon.awssdk.services.devopsguru that return types with arguments of type DescribeAnomalyResponse Modifier and Type Method Description default CompletableFuture<DescribeAnomalyResponse>DevOpsGuruAsyncClient. describeAnomaly(Consumer<DescribeAnomalyRequest.Builder> describeAnomalyRequest)Returns details about an anomaly that you specify using its ID.default CompletableFuture<DescribeAnomalyResponse>DevOpsGuruAsyncClient. describeAnomaly(DescribeAnomalyRequest describeAnomalyRequest)Returns details about an anomaly that you specify using its ID.
-