Uses of Class
software.amazon.awssdk.services.health.model.Event
-
Packages that use Event Package Description software.amazon.awssdk.services.health.model software.amazon.awssdk.services.health.paginators -
-
Uses of Event in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return Event Modifier and Type Method Description EventEventDetails. event()Summary information about the event.EventOrganizationEventDetails. event()Returns the value of the Event property for this object.Methods in software.amazon.awssdk.services.health.model that return types with arguments of type Event Modifier and Type Method Description List<Event>DescribeEventsResponse. events()The events that match the specified filter criteria.Methods in software.amazon.awssdk.services.health.model with parameters of type Event Modifier and Type Method Description EventDetails.BuilderEventDetails.Builder. event(Event event)Summary information about the event.OrganizationEventDetails.BuilderOrganizationEventDetails.Builder. event(Event event)Sets the value of the Event property for this object.DescribeEventsResponse.BuilderDescribeEventsResponse.Builder. events(Event... events)The events that match the specified filter criteria.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type Event Modifier and Type Method Description DescribeEventsResponse.BuilderDescribeEventsResponse.Builder. events(Collection<Event> events)The events that match the specified filter criteria. -
Uses of Event in software.amazon.awssdk.services.health.paginators
Methods in software.amazon.awssdk.services.health.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.
-