Uses of Class
software.amazon.awssdk.services.codepipeline.paginators.ListWebhooksIterable
-
Packages that use ListWebhooksIterable Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of ListWebhooksIterable in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return ListWebhooksIterable Modifier and Type Method Description default ListWebhooksIterableCodePipelineClient. listWebhooksPaginator()Gets a listing of all the webhooks in this Amazon Web Services Region for this account.default ListWebhooksIterableCodePipelineClient. listWebhooksPaginator(Consumer<ListWebhooksRequest.Builder> listWebhooksRequest)Gets a listing of all the webhooks in this Amazon Web Services Region for this account.default ListWebhooksIterableCodePipelineClient. listWebhooksPaginator(ListWebhooksRequest listWebhooksRequest)Gets a listing of all the webhooks in this Amazon Web Services Region for this account.
-