| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
CloudFormationHealth |
CloudFormationHealth.clone() |
CloudFormationHealth |
CloudFormationHealth.withInsight(InsightHealth insight)
Information about the health of the AWS resources in your account that are specified by an AWS CloudFormation
stack, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of
closed insights.
|
CloudFormationHealth |
CloudFormationHealth.withStackName(String stackName)
The name of the CloudFormation stack.
|
| Modifier and Type | Method and Description |
|---|---|
List<CloudFormationHealth> |
DescribeResourceCollectionHealthResult.getCloudFormation()
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
| Modifier and Type | Method and Description |
|---|---|
DescribeResourceCollectionHealthResult |
DescribeResourceCollectionHealthResult.withCloudFormation(CloudFormationHealth... cloudFormation)
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeResourceCollectionHealthResult.setCloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
DescribeResourceCollectionHealthResult |
DescribeResourceCollectionHealthResult.withCloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
Copyright © 2021. All rights reserved.