| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model | |
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<CloudFormationHealth> |
DescribeResourceCollectionHealthResponse.cloudFormation()
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
List<CloudFormationHealth> |
DescribeOrganizationResourceCollectionHealthResponse.cloudFormation()
The returned
CloudFormationHealthOverview object that contains an InsightHealthOverview
object with the requested system health information. |
| Modifier and Type | Method and Description |
|---|---|
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.cloudFormation(CloudFormationHealth... cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
DescribeOrganizationResourceCollectionHealthResponse.Builder |
DescribeOrganizationResourceCollectionHealthResponse.Builder.cloudFormation(CloudFormationHealth... cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
| Modifier and Type | Method and Description |
|---|---|
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.cloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
DescribeOrganizationResourceCollectionHealthResponse.Builder |
DescribeOrganizationResourceCollectionHealthResponse.Builder.cloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<CloudFormationHealth> |
DescribeResourceCollectionHealthPublisher.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 paginated
DescribeResourceCollectionHealthResponse.cloudFormation() member. |
SdkPublisher<CloudFormationHealth> |
DescribeOrganizationResourceCollectionHealthPublisher.cloudFormation()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<CloudFormationHealth> |
DescribeOrganizationResourceCollectionHealthIterable.cloudFormation()
Returns an iterable to iterate through the paginated
DescribeOrganizationResourceCollectionHealthResponse.cloudFormation() member. |
Copyright © 2023. All rights reserved.