Uses of Class
software.amazon.awssdk.services.health.model.DescribeEntityAggregatesForOrganizationResponse
-
Packages that use DescribeEntityAggregatesForOrganizationResponse Package Description software.amazon.awssdk.services.health Health -
-
Uses of DescribeEntityAggregatesForOrganizationResponse in software.amazon.awssdk.services.health
Methods in software.amazon.awssdk.services.health that return DescribeEntityAggregatesForOrganizationResponse Modifier and Type Method Description default DescribeEntityAggregatesForOrganizationResponseHealthClient. describeEntityAggregatesForOrganization(Consumer<DescribeEntityAggregatesForOrganizationRequest.Builder> describeEntityAggregatesForOrganizationRequest)Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.default DescribeEntityAggregatesForOrganizationResponseHealthClient. describeEntityAggregatesForOrganization(DescribeEntityAggregatesForOrganizationRequest describeEntityAggregatesForOrganizationRequest)Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.Methods in software.amazon.awssdk.services.health that return types with arguments of type DescribeEntityAggregatesForOrganizationResponse Modifier and Type Method Description default CompletableFuture<DescribeEntityAggregatesForOrganizationResponse>HealthAsyncClient. describeEntityAggregatesForOrganization(Consumer<DescribeEntityAggregatesForOrganizationRequest.Builder> describeEntityAggregatesForOrganizationRequest)Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.default CompletableFuture<DescribeEntityAggregatesForOrganizationResponse>HealthAsyncClient. describeEntityAggregatesForOrganization(DescribeEntityAggregatesForOrganizationRequest describeEntityAggregatesForOrganizationRequest)Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.
-