| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model | |
| software.amazon.awssdk.services.elasticbeanstalk.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EventDescription> |
DescribeEventsResponse.events()
A list of EventDescription.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsResponse.Builder |
DescribeEventsResponse.Builder.events(EventDescription... events)
A list of EventDescription.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsResponse.Builder |
DescribeEventsResponse.Builder.events(Collection<EventDescription> events)
A list of EventDescription.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<EventDescription> |
DescribeEventsIterable.events()
Returns an iterable to iterate through the paginated
DescribeEventsResponse.events() member. |
SdkPublisher<EventDescription> |
DescribeEventsPublisher.events()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2020. All rights reserved.