Uses of Class
software.amazon.awssdk.services.health.model.DescribeEventAggregatesResponse
-
Packages that use DescribeEventAggregatesResponse Package Description software.amazon.awssdk.services.health Health software.amazon.awssdk.services.health.paginators -
-
Uses of DescribeEventAggregatesResponse in software.amazon.awssdk.services.health
Methods in software.amazon.awssdk.services.health that return DescribeEventAggregatesResponse Modifier and Type Method Description default DescribeEventAggregatesResponseHealthClient. describeEventAggregates(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification).default DescribeEventAggregatesResponseHealthClient. describeEventAggregates(DescribeEventAggregatesRequest describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification).Methods in software.amazon.awssdk.services.health that return types with arguments of type DescribeEventAggregatesResponse Modifier and Type Method Description default CompletableFuture<DescribeEventAggregatesResponse>HealthAsyncClient. describeEventAggregates(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification).default CompletableFuture<DescribeEventAggregatesResponse>HealthAsyncClient. describeEventAggregates(DescribeEventAggregatesRequest describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification). -
Uses of DescribeEventAggregatesResponse in software.amazon.awssdk.services.health.paginators
Methods in software.amazon.awssdk.services.health.paginators that return types with arguments of type DescribeEventAggregatesResponse Modifier and Type Method Description Iterator<DescribeEventAggregatesResponse>DescribeEventAggregatesIterable. iterator()Method parameters in software.amazon.awssdk.services.health.paginators with type arguments of type DescribeEventAggregatesResponse Modifier and Type Method Description voidDescribeEventAggregatesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeEventAggregatesResponse> subscriber)
-