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