| Package | Description |
|---|---|
| software.amazon.awssdk.services.codestarnotifications.model | |
| software.amazon.awssdk.services.codestarnotifications.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<EventTypeSummary> |
ListEventTypesResponse.eventTypes()
Information about each event, including service name, resource type, event ID, and event name.
|
List<EventTypeSummary> |
DescribeNotificationRuleResponse.eventTypes()
A list of the event types associated with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventTypesResponse.Builder |
ListEventTypesResponse.Builder.eventTypes(EventTypeSummary... eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.eventTypes(EventTypeSummary... eventTypes)
A list of the event types associated with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventTypesResponse.Builder |
ListEventTypesResponse.Builder.eventTypes(Collection<EventTypeSummary> eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
DescribeNotificationRuleResponse.Builder |
DescribeNotificationRuleResponse.Builder.eventTypes(Collection<EventTypeSummary> eventTypes)
A list of the event types associated with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<EventTypeSummary> |
ListEventTypesPublisher.eventTypes()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<EventTypeSummary> |
ListEventTypesIterable.eventTypes()
Returns an iterable to iterate through the paginated
ListEventTypesResponse.eventTypes() member. |
Copyright © 2022. All rights reserved.