Uses of Class
software.amazon.awssdk.services.devopsguru.model.AccountHealth
-
Packages that use AccountHealth Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of AccountHealth in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type AccountHealth Modifier and Type Method Description List<AccountHealth>DescribeOrganizationResourceCollectionHealthResponse. account()The name of the organization's account.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type AccountHealth Modifier and Type Method Description DescribeOrganizationResourceCollectionHealthResponse.BuilderDescribeOrganizationResourceCollectionHealthResponse.Builder. account(AccountHealth... account)The name of the organization's account.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type AccountHealth Modifier and Type Method Description DescribeOrganizationResourceCollectionHealthResponse.BuilderDescribeOrganizationResourceCollectionHealthResponse.Builder. account(Collection<AccountHealth> account)The name of the organization's account. -
Uses of AccountHealth in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type AccountHealth Modifier and Type Method Description SdkIterable<AccountHealth>DescribeOrganizationResourceCollectionHealthIterable. account()Returns an iterable to iterate through the paginatedDescribeOrganizationResourceCollectionHealthResponse.account()member.SdkPublisher<AccountHealth>DescribeOrganizationResourceCollectionHealthPublisher. account()Returns a publisher that can be used to get a stream of data.
-