Uses of Class
software.amazon.awssdk.services.cloudtrail.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.cloudtrail.model software.amazon.awssdk.services.cloudtrail.paginators -
-
Uses of Event in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type Event Modifier and Type Method Description List<Event>LookupEventsResponse. events()A list of events returned based on the lookup attributes specified and the CloudTrail event.Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type Event Modifier and Type Method Description LookupEventsResponse.BuilderLookupEventsResponse.Builder. events(Event... events)A list of events returned based on the lookup attributes specified and the CloudTrail event.Method parameters in software.amazon.awssdk.services.cloudtrail.model with type arguments of type Event Modifier and Type Method Description LookupEventsResponse.BuilderLookupEventsResponse.Builder. events(Collection<Event> events)A list of events returned based on the lookup attributes specified and the CloudTrail event. -
Uses of Event in software.amazon.awssdk.services.cloudtrail.paginators
Methods in software.amazon.awssdk.services.cloudtrail.paginators that return types with arguments of type Event Modifier and Type Method Description SdkIterable<Event>LookupEventsIterable. events()Returns an iterable to iterate through the paginatedLookupEventsResponse.events()member.SdkPublisher<Event>LookupEventsPublisher. events()Returns a publisher that can be used to get a stream of data.
-