Uses of Class
software.amazon.awssdk.services.redshift.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.redshift.model software.amazon.awssdk.services.redshift.paginators -
-
Uses of Event in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type Event Modifier and Type Method Description List<Event>DescribeEventsResponse. events()A list ofEventinstances.Methods in software.amazon.awssdk.services.redshift.model with parameters of type Event Modifier and Type Method Description DescribeEventsResponse.BuilderDescribeEventsResponse.Builder. events(Event... events)A list ofEventinstances.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type Event Modifier and Type Method Description DescribeEventsResponse.BuilderDescribeEventsResponse.Builder. events(Collection<Event> events)A list ofEventinstances. -
Uses of Event in software.amazon.awssdk.services.redshift.paginators
Methods in software.amazon.awssdk.services.redshift.paginators that return types with arguments of type Event Modifier and Type Method Description SdkIterable<Event>DescribeEventsIterable. events()Returns an iterable to iterate through the paginatedDescribeEventsResponse.events()member.SdkPublisher<Event>DescribeEventsPublisher. events()Returns a publisher that can be used to get a stream of data.
-