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