Uses of Class
software.amazon.awssdk.services.codestarnotifications.model.ListEventTypesResponse
-
Packages that use ListEventTypesResponse 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 -
-
Uses of ListEventTypesResponse in software.amazon.awssdk.services.codestarnotifications
Methods in software.amazon.awssdk.services.codestarnotifications that return ListEventTypesResponse Modifier and Type Method Description default ListEventTypesResponseCodestarNotificationsClient. listEventTypes(Consumer<ListEventTypesRequest.Builder> 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.Methods in software.amazon.awssdk.services.codestarnotifications that return types with arguments of type ListEventTypesResponse Modifier and Type Method 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. -
Uses of ListEventTypesResponse in software.amazon.awssdk.services.codestarnotifications.paginators
Methods in software.amazon.awssdk.services.codestarnotifications.paginators that return types with arguments of type ListEventTypesResponse Modifier and Type Method Description Iterator<ListEventTypesResponse>ListEventTypesIterable. iterator()Method parameters in software.amazon.awssdk.services.codestarnotifications.paginators with type arguments of type ListEventTypesResponse Modifier and Type Method Description voidListEventTypesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEventTypesResponse> subscriber)
-