Uses of Class
software.amazon.awssdk.services.codepipeline.model.ListWebhookItem
-
Packages that use ListWebhookItem Package Description software.amazon.awssdk.services.codepipeline.model software.amazon.awssdk.services.codepipeline.paginators -
-
Uses of ListWebhookItem in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ListWebhookItem Modifier and Type Method Description ListWebhookItemPutWebhookResponse. webhook()The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ListWebhookItem Modifier and Type Method Description List<ListWebhookItem>ListWebhooksResponse. webhooks()The JSON detail returned for each webhook in the list output for the ListWebhooks call.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type ListWebhookItem Modifier and Type Method Description PutWebhookResponse.BuilderPutWebhookResponse.Builder. webhook(ListWebhookItem webhook)The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.ListWebhooksResponse.BuilderListWebhooksResponse.Builder. webhooks(ListWebhookItem... webhooks)The JSON detail returned for each webhook in the list output for the ListWebhooks call.Method parameters in software.amazon.awssdk.services.codepipeline.model with type arguments of type ListWebhookItem Modifier and Type Method Description ListWebhooksResponse.BuilderListWebhooksResponse.Builder. webhooks(Collection<ListWebhookItem> webhooks)The JSON detail returned for each webhook in the list output for the ListWebhooks call. -
Uses of ListWebhookItem in software.amazon.awssdk.services.codepipeline.paginators
Methods in software.amazon.awssdk.services.codepipeline.paginators that return types with arguments of type ListWebhookItem Modifier and Type Method Description SdkIterable<ListWebhookItem>ListWebhooksIterable. webhooks()Returns an iterable to iterate through the paginatedListWebhooksResponse.webhooks()member.SdkPublisher<ListWebhookItem>ListWebhooksPublisher. webhooks()Returns a publisher that can be used to get a stream of data.
-