Uses of Interface
software.amazon.awssdk.services.devopsguru.model.DescribeAnomalyRequest.Builder
-
Packages that use DescribeAnomalyRequest.Builder 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.model -
-
Uses of DescribeAnomalyRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type DescribeAnomalyRequest.Builder 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 DescribeAnomalyResponseDevOpsGuruClient. describeAnomaly(Consumer<DescribeAnomalyRequest.Builder> describeAnomalyRequest)Returns details about an anomaly that you specify using its ID. -
Uses of DescribeAnomalyRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return DescribeAnomalyRequest.Builder Modifier and Type Method Description DescribeAnomalyRequest.BuilderDescribeAnomalyRequest.Builder. accountId(String accountId)The ID of the member account.static DescribeAnomalyRequest.BuilderDescribeAnomalyRequest. builder()DescribeAnomalyRequest.BuilderDescribeAnomalyRequest.Builder. id(String id)The ID of the anomaly.DescribeAnomalyRequest.BuilderDescribeAnomalyRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAnomalyRequest.BuilderDescribeAnomalyRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeAnomalyRequest.BuilderDescribeAnomalyRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type DescribeAnomalyRequest.Builder Modifier and Type Method Description static Class<? extends DescribeAnomalyRequest.Builder>DescribeAnomalyRequest. serializableBuilderClass()
-