Uses of Class
software.amazon.awssdk.services.health.model.EventType
-
Packages that use EventType Package Description software.amazon.awssdk.services.health.model software.amazon.awssdk.services.health.paginators -
-
Uses of EventType in software.amazon.awssdk.services.health.model
Methods in software.amazon.awssdk.services.health.model that return types with arguments of type EventType Modifier and Type Method Description List<EventType>DescribeEventTypesResponse. eventTypes()A list of event types that match the filter criteria.Methods in software.amazon.awssdk.services.health.model with parameters of type EventType Modifier and Type Method Description DescribeEventTypesResponse.BuilderDescribeEventTypesResponse.Builder. eventTypes(EventType... eventTypes)A list of event types that match the filter criteria.Method parameters in software.amazon.awssdk.services.health.model with type arguments of type EventType Modifier and Type Method Description DescribeEventTypesResponse.BuilderDescribeEventTypesResponse.Builder. eventTypes(Collection<EventType> eventTypes)A list of event types that match the filter criteria. -
Uses of EventType in software.amazon.awssdk.services.health.paginators
Methods in software.amazon.awssdk.services.health.paginators that return types with arguments of type EventType Modifier and Type Method Description SdkIterable<EventType>DescribeEventTypesIterable. eventTypes()Returns an iterable to iterate through the paginatedDescribeEventTypesResponse.eventTypes()member.SdkPublisher<EventType>DescribeEventTypesPublisher. eventTypes()Returns a publisher that can be used to get a stream of data.
-