| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model | |
| software.amazon.awssdk.services.cloudtrail.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
LookupEventsResponse.events()
A list of events returned based on the lookup attributes specified and the CloudTrail event.
|
| Modifier and Type | Method and Description |
|---|---|
LookupEventsResponse.Builder |
LookupEventsResponse.Builder.events(Event... events)
A list of events returned based on the lookup attributes specified and the CloudTrail event.
|
| Modifier and Type | Method and Description |
|---|---|
LookupEventsResponse.Builder |
LookupEventsResponse.Builder.events(Collection<Event> events)
A list of events returned based on the lookup attributes specified and the CloudTrail event.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<Event> |
LookupEventsPublisher.events()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<Event> |
LookupEventsIterable.events()
Returns an iterable to iterate through the paginated
LookupEventsResponse.events() member. |
Copyright © 2020. All rights reserved.