Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.ListEventTypesRequest
-
Packages that use ListEventTypesRequest 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 -
-
Uses of ListEventTypesRequest in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications with parameters of type ListEventTypesRequest Modifier and Type Method Description default CompletableFuture<ListEventTypesResponse>CodestarNotificationsAsyncClient. listEventTypes(ListEventTypesRequest listEventTypesRequest)Returns information about the event types available for configuring notifications.default ListEventTypesResponseCodestarNotificationsClient. listEventTypes(ListEventTypesRequest listEventTypesRequest)Returns information about the event types available for configuring notifications.default ListEventTypesPublisherCodestarNotificationsAsyncClient. listEventTypesPaginator(ListEventTypesRequest listEventTypesRequest)default ListEventTypesIterableCodestarNotificationsClient. listEventTypesPaginator(ListEventTypesRequest listEventTypesRequest)This is a variant ofCodestarNotificationsClient.listEventTypes(software.amazon.awssdk.services.codestarnotifications.model.ListEventTypesRequest)operation. -
Uses of ListEventTypesRequest in software.amazon.awssdk.services.codestarnotifications.paginators
Constructors in software.amazon.awssdk.services.codestarnotifications.paginators with parameters of type ListEventTypesRequest Constructor Description ListEventTypesIterable(CodestarNotificationsClient client, ListEventTypesRequest firstRequest)ListEventTypesPublisher(CodestarNotificationsAsyncClient client, ListEventTypesRequest firstRequest) -
Uses of ListEventTypesRequest in software.amazon.awssdk.services.codestarnotifications.transform
Methods in software.amazon.awssdk.services.codestarnotifications.transform with parameters of type ListEventTypesRequest Modifier and Type Method Description SdkHttpFullRequestListEventTypesRequestMarshaller. marshall(ListEventTypesRequest listEventTypesRequest)
-