| 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 Amazon Web Services resources in your account that are specified by an Amazon
Web Services 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. |
List<CloudFormationHealth> |
DescribeOrganizationResourceCollectionHealthResult.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. |
DescribeOrganizationResourceCollectionHealthResult |
DescribeOrganizationResourceCollectionHealthResult.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. |
void |
DescribeOrganizationResourceCollectionHealthResult.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. |
DescribeOrganizationResourceCollectionHealthResult |
DescribeOrganizationResourceCollectionHealthResult.withCloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
Copyright © 2022. All rights reserved.