Uses of Class
software.amazon.awssdk.services.dax.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.dax.model -
-
Uses of Event in software.amazon.awssdk.services.dax.model
Methods in software.amazon.awssdk.services.dax.model that return types with arguments of type Event Modifier and Type Method Description List<Event>DescribeEventsResponse. events()An array of events.Methods in software.amazon.awssdk.services.dax.model with parameters of type Event Modifier and Type Method Description DescribeEventsResponse.BuilderDescribeEventsResponse.Builder. events(Event... events)An array of events.Method parameters in software.amazon.awssdk.services.dax.model with type arguments of type Event Modifier and Type Method Description DescribeEventsResponse.BuilderDescribeEventsResponse.Builder. events(Collection<Event> events)An array of events.
-