| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListEventTypesResponse |
CodestarNotificationsClient.listEventTypes(Consumer<ListEventTypesRequest.Builder> 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListEventTypesResponse> |
CodestarNotificationsAsyncClient.listEventTypes(Consumer<ListEventTypesRequest.Builder> listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
default CompletableFuture<ListEventTypesResponse> |
CodestarNotificationsAsyncClient.listEventTypes(ListEventTypesRequest listEventTypesRequest)
Returns information about the event types available for configuring notifications.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListEventTypesResponse> |
ListEventTypesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListEventTypesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListEventTypesResponse> subscriber) |
Copyright © 2022. All rights reserved.