| Package | Description |
|---|---|
| com.amazonaws.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
EventTypeSummary |
EventTypeSummary.clone() |
EventTypeSummary |
EventTypeSummary.withEventTypeId(String eventTypeId)
The system-generated ID of the event.
|
EventTypeSummary |
EventTypeSummary.withEventTypeName(String eventTypeName)
The name of the event.
|
EventTypeSummary |
EventTypeSummary.withResourceType(String resourceType)
The resource type of the event.
|
EventTypeSummary |
EventTypeSummary.withServiceName(String serviceName)
The name of the service for which the event applies.
|
| Modifier and Type | Method and Description |
|---|---|
List<EventTypeSummary> |
ListEventTypesResult.getEventTypes()
Information about each event, including service name, resource type, event ID, and event name.
|
List<EventTypeSummary> |
DescribeNotificationRuleResult.getEventTypes()
A list of the event types associated with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventTypesResult |
ListEventTypesResult.withEventTypes(EventTypeSummary... eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withEventTypes(EventTypeSummary... eventTypes)
A list of the event types associated with the notification rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventTypesResult.setEventTypes(Collection<EventTypeSummary> eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
void |
DescribeNotificationRuleResult.setEventTypes(Collection<EventTypeSummary> eventTypes)
A list of the event types associated with the notification rule.
|
ListEventTypesResult |
ListEventTypesResult.withEventTypes(Collection<EventTypeSummary> eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
DescribeNotificationRuleResult |
DescribeNotificationRuleResult.withEventTypes(Collection<EventTypeSummary> eventTypes)
A list of the event types associated with the notification rule.
|
Copyright © 2023. All rights reserved.