| Package | Description |
|---|---|
| software.amazon.awssdk.services.health.model | |
| software.amazon.awssdk.services.health.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<OrganizationEvent> |
DescribeEventsForOrganizationResponse.events()
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsForOrganizationResponse.Builder |
DescribeEventsForOrganizationResponse.Builder.events(OrganizationEvent... events)
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsForOrganizationResponse.Builder |
DescribeEventsForOrganizationResponse.Builder.events(Collection<OrganizationEvent> events)
The events that match the specified filter criteria.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<OrganizationEvent> |
DescribeEventsForOrganizationPublisher.events()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<OrganizationEvent> |
DescribeEventsForOrganizationIterable.events()
Returns an iterable to iterate through the paginated
DescribeEventsForOrganizationResponse.events()
member. |
Copyright © 2021. All rights reserved.