| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceHealth |
ServiceHealth.clone() |
ServiceHealth |
ServiceHealth.withInsight(ServiceInsightHealth insight)
Represents the health of an AWS service.
|
ServiceHealth |
ServiceHealth.withServiceName(ServiceName serviceName)
The name of the AWS service.
|
ServiceHealth |
ServiceHealth.withServiceName(String serviceName)
The name of the AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceHealth> |
DescribeResourceCollectionHealthResult.getService()
An array of
ServiceHealth objects that describes the health of the AWS services associated with the
resources in the collection. |
| Modifier and Type | Method and Description |
|---|---|
DescribeResourceCollectionHealthResult |
DescribeResourceCollectionHealthResult.withService(ServiceHealth... service)
An array of
ServiceHealth objects that describes the health of the AWS services associated with the
resources in the collection. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeResourceCollectionHealthResult.setService(Collection<ServiceHealth> service)
An array of
ServiceHealth objects that describes the health of the AWS services associated with the
resources in the collection. |
DescribeResourceCollectionHealthResult |
DescribeResourceCollectionHealthResult.withService(Collection<ServiceHealth> service)
An array of
ServiceHealth objects that describes the health of the AWS services associated with the
resources in the collection. |
Copyright © 2021. All rights reserved.