| Package | Description |
|---|---|
| software.amazon.awssdk.services.devopsguru.model | |
| software.amazon.awssdk.services.devopsguru.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<ServiceHealth> |
DescribeResourceCollectionHealthResponse.service()
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
List<ServiceHealth> |
DescribeOrganizationResourceCollectionHealthResponse.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 |
|---|---|
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.service(ServiceHealth... service)
An array of
ServiceHealth objects that describes the health of the Amazon Web Services services
associated with the resources in the collection. |
DescribeOrganizationResourceCollectionHealthResponse.Builder |
DescribeOrganizationResourceCollectionHealthResponse.Builder.service(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 |
|---|---|
DescribeResourceCollectionHealthResponse.Builder |
DescribeResourceCollectionHealthResponse.Builder.service(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. |
DescribeOrganizationResourceCollectionHealthResponse.Builder |
DescribeOrganizationResourceCollectionHealthResponse.Builder.service(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. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ServiceHealth> |
DescribeResourceCollectionHealthPublisher.service()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ServiceHealth> |
DescribeResourceCollectionHealthIterable.service()
Returns an iterable to iterate through the paginated
DescribeResourceCollectionHealthResponse.service()
member. |
SdkPublisher<ServiceHealth> |
DescribeOrganizationResourceCollectionHealthPublisher.service()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ServiceHealth> |
DescribeOrganizationResourceCollectionHealthIterable.service()
Returns an iterable to iterate through the paginated
DescribeOrganizationResourceCollectionHealthResponse.service() member. |
Copyright © 2023. All rights reserved.