| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.builder() |
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.cloudFormation(CloudFormationHealth... cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.cloudFormation(Collection<CloudFormationHealth> cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.cloudFormation(Consumer<CloudFormationHealth.Builder>... cloudFormation)
The returned
CloudFormationHealthOverview object that contains an
InsightHealthOverview object with the requested system health information. |
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.service(Collection<ServiceHealth> service)
An array of
ServiceHealth objects that describes the health of the AWS services associated with
the resources in the collection. |
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.service(Consumer<ServiceHealth.Builder>... service)
An array of
ServiceHealth objects that describes the health of the AWS services associated with
the resources in the collection. |
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.service(ServiceHealth... service)
An array of
ServiceHealth objects that describes the health of the AWS services associated with
the resources in the collection. |
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeResourceCollectionHealthResponse.Builder> |
DescribeResourceCollectionHealthResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.