Uses of Class
software.amazon.awssdk.services.health.model.DescribeEventAggregatesRequest
-
Packages that use DescribeEventAggregatesRequest Package Description software.amazon.awssdk.services.health Health software.amazon.awssdk.services.health.paginators software.amazon.awssdk.services.health.transform -
-
Uses of DescribeEventAggregatesRequest in software.amazon.awssdk.services.health
Methods in software.amazon.awssdk.services.health with parameters of type DescribeEventAggregatesRequest Modifier and Type Method Description default CompletableFuture<DescribeEventAggregatesResponse>HealthAsyncClient. describeEventAggregates(DescribeEventAggregatesRequest 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).default DescribeEventAggregatesPublisherHealthAsyncClient. describeEventAggregatesPaginator(DescribeEventAggregatesRequest describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification).default DescribeEventAggregatesIterableHealthClient. describeEventAggregatesPaginator(DescribeEventAggregatesRequest describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification). -
Uses of DescribeEventAggregatesRequest in software.amazon.awssdk.services.health.paginators
Constructors in software.amazon.awssdk.services.health.paginators with parameters of type DescribeEventAggregatesRequest Constructor Description DescribeEventAggregatesIterable(HealthClient client, DescribeEventAggregatesRequest firstRequest)DescribeEventAggregatesPublisher(HealthAsyncClient client, DescribeEventAggregatesRequest firstRequest) -
Uses of DescribeEventAggregatesRequest in software.amazon.awssdk.services.health.transform
Methods in software.amazon.awssdk.services.health.transform with parameters of type DescribeEventAggregatesRequest Modifier and Type Method Description SdkHttpFullRequestDescribeEventAggregatesRequestMarshaller. marshall(DescribeEventAggregatesRequest describeEventAggregatesRequest)
-