| Package | Description |
|---|---|
| com.amazonaws.services.devopsguru.model |
| Modifier and Type | Method and Description |
|---|---|
ServiceHealth |
ServiceHealth.clone() |
ServiceHealth |
ServiceHealth.withAnalyzedResourceCount(Long analyzedResourceCount)
Number of resources that DevOps Guru is monitoring in an analyzed Amazon Web Services service.
|
ServiceHealth |
ServiceHealth.withInsight(ServiceInsightHealth insight)
Represents the health of an Amazon Web Services service.
|
ServiceHealth |
ServiceHealth.withServiceName(ServiceName serviceName)
The name of the Amazon Web Services service.
|
ServiceHealth |
ServiceHealth.withServiceName(String serviceName)
The name of the Amazon Web Services service.
|
| Modifier and Type | Method and Description |
|---|---|
List<ServiceHealth> |
DescribeOrganizationResourceCollectionHealthResult.getService()
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
List<ServiceHealth> |
DescribeResourceCollectionHealthResult.getService()
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationResourceCollectionHealthResult |
DescribeOrganizationResourceCollectionHealthResult.withService(ServiceHealth... service)
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
DescribeResourceCollectionHealthResult |
DescribeResourceCollectionHealthResult.withService(ServiceHealth... service)
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeOrganizationResourceCollectionHealthResult.setService(Collection<ServiceHealth> service)
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
void |
DescribeResourceCollectionHealthResult.setService(Collection<ServiceHealth> service)
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
DescribeOrganizationResourceCollectionHealthResult |
DescribeOrganizationResourceCollectionHealthResult.withService(Collection<ServiceHealth> service)
An array of
ServiceHealth objects that describes the health of the Amazon Web Services 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 Amazon Web Services services
associated with the resources in the collection. |
Copyright © 2023. All rights reserved.