Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.EventTypeSummary
-
Packages that use EventTypeSummary Package Description software.amazon.awssdk.services.codestarnotifications.model software.amazon.awssdk.services.codestarnotifications.paginators -
-
Uses of EventTypeSummary in software.amazon.awssdk.services.codestarnotifications.model
Methods in software.amazon.awssdk.services.codestarnotifications.model that return types with arguments of type EventTypeSummary Modifier and Type Method Description List<EventTypeSummary>DescribeNotificationRuleResponse. eventTypes()A list of the event types associated with the notification rule.List<EventTypeSummary>ListEventTypesResponse. eventTypes()Information about each event, including service name, resource type, event ID, and event name.Methods in software.amazon.awssdk.services.codestarnotifications.model with parameters of type EventTypeSummary Modifier and Type Method Description DescribeNotificationRuleResponse.BuilderDescribeNotificationRuleResponse.Builder. eventTypes(EventTypeSummary... eventTypes)A list of the event types associated with the notification rule.ListEventTypesResponse.BuilderListEventTypesResponse.Builder. eventTypes(EventTypeSummary... eventTypes)Information about each event, including service name, resource type, event ID, and event name.Method parameters in software.amazon.awssdk.services.codestarnotifications.model with type arguments of type EventTypeSummary Modifier and Type Method Description DescribeNotificationRuleResponse.BuilderDescribeNotificationRuleResponse.Builder. eventTypes(Collection<EventTypeSummary> eventTypes)A list of the event types associated with the notification rule.ListEventTypesResponse.BuilderListEventTypesResponse.Builder. eventTypes(Collection<EventTypeSummary> eventTypes)Information about each event, including service name, resource type, event ID, and event name. -
Uses of EventTypeSummary in software.amazon.awssdk.services.codestarnotifications.paginators
Methods in software.amazon.awssdk.services.codestarnotifications.paginators that return types with arguments of type EventTypeSummary Modifier and Type Method Description SdkIterable<EventTypeSummary>ListEventTypesIterable. eventTypes()Returns an iterable to iterate through the paginatedListEventTypesResponse.eventTypes()member.SdkPublisher<EventTypeSummary>ListEventTypesPublisher. eventTypes()Returns a publisher that can be used to get a stream of data.
-