| Package | Description |
|---|---|
| com.amazonaws.services.codestarnotifications |
This AWS CodeStar Notifications API Reference provides descriptions and usage examples of the operations and data
types for the AWS CodeStar Notifications API.
|
| com.amazonaws.services.codestarnotifications.model |
| Modifier and Type | Method and Description |
|---|---|
ListEventTypesResult |
AbstractAWSCodeStarNotifications.listEventTypes(ListEventTypesRequest request) |
ListEventTypesResult |
AWSCodeStarNotifications.listEventTypes(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
ListEventTypesResult |
AWSCodeStarNotificationsClient.listEventTypes(ListEventTypesRequest request)
Returns information about the event types available for configuring notifications.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsyncClient.listEventTypesAsync(ListEventTypesRequest request) |
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsync.listEventTypesAsync(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
Future<ListEventTypesResult> |
AbstractAWSCodeStarNotificationsAsync.listEventTypesAsync(ListEventTypesRequest request) |
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsyncClient.listEventTypesAsync(ListEventTypesRequest request,
AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler) |
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsync.listEventTypesAsync(ListEventTypesRequest listEventTypesRequest,
AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler)
Returns information about the event types available for configuring notifications.
|
Future<ListEventTypesResult> |
AbstractAWSCodeStarNotificationsAsync.listEventTypesAsync(ListEventTypesRequest request,
AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsyncClient.listEventTypesAsync(ListEventTypesRequest request,
AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler) |
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsync.listEventTypesAsync(ListEventTypesRequest listEventTypesRequest,
AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler)
Returns information about the event types available for configuring notifications.
|
Future<ListEventTypesResult> |
AbstractAWSCodeStarNotificationsAsync.listEventTypesAsync(ListEventTypesRequest request,
AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEventTypesResult |
ListEventTypesResult.clone() |
ListEventTypesResult |
ListEventTypesResult.withEventTypes(Collection<EventTypeSummary> eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
ListEventTypesResult |
ListEventTypesResult.withEventTypes(EventTypeSummary... eventTypes)
Information about each event, including service name, resource type, event ID, and event name.
|
ListEventTypesResult |
ListEventTypesResult.withNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
Copyright © 2023. All rights reserved.