| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| software.amazon.awssdk.services.codestarnotifications.paginators | |
| software.amazon.awssdk.services.codestarnotifications.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventTypesResponse> |
CodestarNotificationsAsyncClient.listEventTypes(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
default ListEventTypesResponse |
CodestarNotificationsClient.listEventTypes(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
default ListEventTypesPublisher |
CodestarNotificationsAsyncClient.listEventTypesPaginator(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
default ListEventTypesIterable |
CodestarNotificationsClient.listEventTypesPaginator(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
| Constructor and Description |
|---|
ListEventTypesIterable(CodestarNotificationsClient client,
ListEventTypesRequest firstRequest) |
ListEventTypesPublisher(CodestarNotificationsAsyncClient client,
ListEventTypesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListEventTypesRequestMarshaller.marshall(ListEventTypesRequest listEventTypesRequest) |
Copyright © 2023. All rights reserved.