Uses of Class
software.amazon.awssdk.services.health.model.DescribeEntityAggregatesResponse
-
Packages that use DescribeEntityAggregatesResponse Package Description software.amazon.awssdk.services.health Health -
-
Uses of DescribeEntityAggregatesResponse in software.amazon.awssdk.services.health
Methods in software.amazon.awssdk.services.health that return DescribeEntityAggregatesResponse Modifier and Type Method Description default DescribeEntityAggregatesResponseHealthClient. describeEntityAggregates()Returns the number of entities that are affected by each of the specified events.default DescribeEntityAggregatesResponseHealthClient. describeEntityAggregates(Consumer<DescribeEntityAggregatesRequest.Builder> describeEntityAggregatesRequest)Returns the number of entities that are affected by each of the specified events.default DescribeEntityAggregatesResponseHealthClient. describeEntityAggregates(DescribeEntityAggregatesRequest describeEntityAggregatesRequest)Returns the number of entities that are affected by each of the specified events.Methods in software.amazon.awssdk.services.health that return types with arguments of type DescribeEntityAggregatesResponse Modifier and Type Method Description default CompletableFuture<DescribeEntityAggregatesResponse>HealthAsyncClient. describeEntityAggregates()Returns the number of entities that are affected by each of the specified events.default CompletableFuture<DescribeEntityAggregatesResponse>HealthAsyncClient. describeEntityAggregates(Consumer<DescribeEntityAggregatesRequest.Builder> describeEntityAggregatesRequest)Returns the number of entities that are affected by each of the specified events.default CompletableFuture<DescribeEntityAggregatesResponse>HealthAsyncClient. describeEntityAggregates(DescribeEntityAggregatesRequest describeEntityAggregatesRequest)Returns the number of entities that are affected by each of the specified events.
-