Uses of Class
software.amazon.awssdk.services.devopsguru.model.DescribeAnomalyRequest
-
Packages that use DescribeAnomalyRequest 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.software.amazon.awssdk.services.devopsguru.transform -
-
Uses of DescribeAnomalyRequest in software.amazon.awssdk.services.devopsguru
Methods in software.amazon.awssdk.services.devopsguru with parameters of type DescribeAnomalyRequest Modifier and Type Method Description default CompletableFuture<DescribeAnomalyResponse>DevOpsGuruAsyncClient. describeAnomaly(DescribeAnomalyRequest 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. -
Uses of DescribeAnomalyRequest in software.amazon.awssdk.services.devopsguru.transform
Methods in software.amazon.awssdk.services.devopsguru.transform with parameters of type DescribeAnomalyRequest Modifier and Type Method Description SdkHttpFullRequestDescribeAnomalyRequestMarshaller. marshall(DescribeAnomalyRequest describeAnomalyRequest)
-