Uses of Class
software.amazon.awssdk.services.devopsguru.model.CloudFormationHealth
-
Packages that use CloudFormationHealth Package Description software.amazon.awssdk.services.devopsguru.model software.amazon.awssdk.services.devopsguru.paginators -
-
Uses of CloudFormationHealth in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type CloudFormationHealth Modifier and Type Method Description List<CloudFormationHealth>DescribeOrganizationResourceCollectionHealthResponse. cloudFormation()The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.List<CloudFormationHealth>DescribeResourceCollectionHealthResponse. cloudFormation()The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type CloudFormationHealth Modifier and Type Method Description DescribeOrganizationResourceCollectionHealthResponse.BuilderDescribeOrganizationResourceCollectionHealthResponse.Builder. cloudFormation(CloudFormationHealth... cloudFormation)The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.DescribeResourceCollectionHealthResponse.BuilderDescribeResourceCollectionHealthResponse.Builder. cloudFormation(CloudFormationHealth... cloudFormation)The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type CloudFormationHealth Modifier and Type Method Description DescribeOrganizationResourceCollectionHealthResponse.BuilderDescribeOrganizationResourceCollectionHealthResponse.Builder. cloudFormation(Collection<CloudFormationHealth> cloudFormation)The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information.DescribeResourceCollectionHealthResponse.BuilderDescribeResourceCollectionHealthResponse.Builder. cloudFormation(Collection<CloudFormationHealth> cloudFormation)The returnedCloudFormationHealthOverviewobject that contains anInsightHealthOverviewobject with the requested system health information. -
Uses of CloudFormationHealth in software.amazon.awssdk.services.devopsguru.paginators
Methods in software.amazon.awssdk.services.devopsguru.paginators that return types with arguments of type CloudFormationHealth Modifier and Type Method Description SdkIterable<CloudFormationHealth>DescribeOrganizationResourceCollectionHealthIterable. cloudFormation()Returns an iterable to iterate through the paginatedDescribeOrganizationResourceCollectionHealthResponse.cloudFormation()member.SdkPublisher<CloudFormationHealth>DescribeOrganizationResourceCollectionHealthPublisher. cloudFormation()Returns a publisher that can be used to get a stream of data.SdkIterable<CloudFormationHealth>DescribeResourceCollectionHealthIterable. cloudFormation()Returns an iterable to iterate through the paginatedDescribeResourceCollectionHealthResponse.cloudFormation()member.SdkPublisher<CloudFormationHealth>DescribeResourceCollectionHealthPublisher. cloudFormation()Returns a publisher that can be used to get a stream of data.
-