| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model | |
| software.amazon.awssdk.services.health.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EventType> |
DescribeEventTypesResponse.eventTypes()
A list of event types that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventTypesResponse.Builder |
DescribeEventTypesResponse.Builder.eventTypes(EventType... eventTypes)
A list of event types that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventTypesResponse.Builder |
DescribeEventTypesResponse.Builder.eventTypes(Collection<EventType> eventTypes)
A list of event types that match the filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EventType> |
DescribeEventTypesIterable.eventTypes()
Returns an iterable to iterate through the paginated
DescribeEventTypesResponse.eventTypes() member. |
SdkPublisher<EventType> |
DescribeEventTypesPublisher.eventTypes()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.