Uses of Interface
software.amazon.awssdk.services.health.HealthClient
-
Packages that use HealthClient Package Description software.amazon.awssdk.services.health Health software.amazon.awssdk.services.health.paginators -
-
Uses of HealthClient in software.amazon.awssdk.services.health
Methods in software.amazon.awssdk.services.health that return HealthClient Modifier and Type Method Description static HealthClientHealthClient. create()Create aHealthClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of HealthClient in software.amazon.awssdk.services.health.paginators
Constructors in software.amazon.awssdk.services.health.paginators with parameters of type HealthClient Constructor Description DescribeAffectedAccountsForOrganizationIterable(HealthClient client, DescribeAffectedAccountsForOrganizationRequest firstRequest)DescribeAffectedEntitiesForOrganizationIterable(HealthClient client, DescribeAffectedEntitiesForOrganizationRequest firstRequest)DescribeAffectedEntitiesIterable(HealthClient client, DescribeAffectedEntitiesRequest firstRequest)DescribeEventAggregatesIterable(HealthClient client, DescribeEventAggregatesRequest firstRequest)DescribeEventsForOrganizationIterable(HealthClient client, DescribeEventsForOrganizationRequest firstRequest)DescribeEventsIterable(HealthClient client, DescribeEventsRequest firstRequest)DescribeEventTypesIterable(HealthClient client, DescribeEventTypesRequest firstRequest)
-