| 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 |
AWSCodeStarNotificationsClient.listEventTypes(ListEventTypesRequest request)
Returns information about the event types available for configuring notifications.
|
ListEventTypesResult |
AbstractAWSCodeStarNotifications.listEventTypes(ListEventTypesRequest request) |
ListEventTypesResult |
AWSCodeStarNotifications.listEventTypes(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsyncClient.listEventTypesAsync(ListEventTypesRequest request) |
Future<ListEventTypesResult> |
AbstractAWSCodeStarNotificationsAsync.listEventTypesAsync(ListEventTypesRequest request) |
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsync.listEventTypesAsync(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsyncClient.listEventTypesAsync(ListEventTypesRequest request,
AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler) |
Future<ListEventTypesResult> |
AbstractAWSCodeStarNotificationsAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventTypesResult> |
AWSCodeStarNotificationsAsyncClient.listEventTypesAsync(ListEventTypesRequest request,
AsyncHandler<ListEventTypesRequest,ListEventTypesResult> asyncHandler) |
Future<ListEventTypesResult> |
AbstractAWSCodeStarNotificationsAsync.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.
|
| Modifier and Type | Method and Description |
|---|---|
ListEventTypesRequest |
ListEventTypesRequest.clone() |
ListEventTypesRequest |
ListEventTypesRequest.withFilters(Collection<ListEventTypesFilter> filters)
The filters to use to return information by service or resource type.
|
ListEventTypesRequest |
ListEventTypesRequest.withFilters(ListEventTypesFilter... filters)
The filters to use to return information by service or resource type.
|
ListEventTypesRequest |
ListEventTypesRequest.withMaxResults(Integer maxResults)
A non-negative integer used to limit the number of returned results.
|
ListEventTypesRequest |
ListEventTypesRequest.withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
Copyright © 2023. All rights reserved.