Uses of Interface
software.amazon.awssdk.services.devopsguru.model.DescribeAccountHealthRequest.Builder
-
Packages that use DescribeAccountHealthRequest.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 DescribeAccountHealthRequest.Builder in software.amazon.awssdk.services.devopsguru
Method parameters in software.amazon.awssdk.services.devopsguru with type arguments of type DescribeAccountHealthRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeAccountHealthResponse>DevOpsGuruAsyncClient. describeAccountHealth(Consumer<DescribeAccountHealthRequest.Builder> describeAccountHealthRequest)Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account.default DescribeAccountHealthResponseDevOpsGuruClient. describeAccountHealth(Consumer<DescribeAccountHealthRequest.Builder> describeAccountHealthRequest)Returns the number of open reactive insights, the number of open proactive insights, and the number of metrics analyzed in your Amazon Web Services account. -
Uses of DescribeAccountHealthRequest.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return DescribeAccountHealthRequest.Builder Modifier and Type Method Description static DescribeAccountHealthRequest.BuilderDescribeAccountHealthRequest. builder()DescribeAccountHealthRequest.BuilderDescribeAccountHealthRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeAccountHealthRequest.BuilderDescribeAccountHealthRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeAccountHealthRequest.BuilderDescribeAccountHealthRequest. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type DescribeAccountHealthRequest.Builder Modifier and Type Method Description static Class<? extends DescribeAccountHealthRequest.Builder>DescribeAccountHealthRequest. serializableBuilderClass()
-