Uses of Interface
software.amazon.awssdk.services.health.model.DescribeEventAggregatesRequest.Builder
-
Packages that use DescribeEventAggregatesRequest.Builder Package Description software.amazon.awssdk.services.health Health software.amazon.awssdk.services.health.model -
-
Uses of DescribeEventAggregatesRequest.Builder in software.amazon.awssdk.services.health
Method parameters in software.amazon.awssdk.services.health with type arguments of type DescribeEventAggregatesRequest.Builder 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 DescribeEventAggregatesResponseHealthClient. describeEventAggregates(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification).default DescribeEventAggregatesPublisherHealthAsyncClient. describeEventAggregatesPaginator(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification).default DescribeEventAggregatesIterableHealthClient. describeEventAggregatesPaginator(Consumer<DescribeEventAggregatesRequest.Builder> describeEventAggregatesRequest)Returns the number of events of each event type (issue, scheduled change, and account notification). -
Uses of DescribeEventAggregatesRequest.Builder in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return DescribeEventAggregatesRequest.Builder Modifier and Type Method Description DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest.Builder. aggregateField(String aggregateField)The only currently supported value iseventTypeCategory.DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest.Builder. aggregateField(EventAggregateField aggregateField)The only currently supported value iseventTypeCategory.static DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest. builder()default DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest.Builder. filter(Consumer<EventFilter.Builder> filter)Values to narrow the results returned.DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest.Builder. filter(EventFilter filter)Values to narrow the results returned.DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest.Builder. maxResults(Integer maxResults)The maximum number of items to return in one batch, between 10 and 100, inclusive.DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest.Builder. nextToken(String nextToken)If the results of a search are large, only a portion of the results are returned, and anextTokenpagination token is returned in the response.DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeEventAggregatesRequest.BuilderDescribeEventAggregatesRequest. toBuilder()Methods in software.amazon.awssdk.services.health.model that return types with arguments of type DescribeEventAggregatesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeEventAggregatesRequest.Builder>DescribeEventAggregatesRequest. serializableBuilderClass()
-