| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model | |
| software.amazon.awssdk.services.health.paginators |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventDetails.event()
Summary information about the event.
|
Event |
OrganizationEventDetails.event()
Returns the value of the Event property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
DescribeEventsResponse.events()
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
EventDetails.Builder |
EventDetails.Builder.event(Event event)
Summary information about the event.
|
OrganizationEventDetails.Builder |
OrganizationEventDetails.Builder.event(Event event)
Sets the value of the Event property for this object.
|
DescribeEventsResponse.Builder |
DescribeEventsResponse.Builder.events(Event... events)
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsResponse.Builder |
DescribeEventsResponse.Builder.events(Collection<Event> events)
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Event> |
DescribeEventsPublisher.events()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Event> |
DescribeEventsIterable.events()
Returns an iterable to iterate through the paginated
DescribeEventsResponse.events() member. |
Copyright © 2021. All rights reserved.