| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model | |
| software.amazon.awssdk.services.codepipeline.paginators |
| Modifier and Type | Method and Description |
|---|---|
ListWebhookItem |
PutWebhookResponse.webhook()
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
|
| Modifier and Type | Method and Description |
|---|---|
List<ListWebhookItem> |
ListWebhooksResponse.webhooks()
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
|
| Modifier and Type | Method and Description |
|---|---|
PutWebhookResponse.Builder |
PutWebhookResponse.Builder.webhook(ListWebhookItem webhook)
The detail returned from creating the webhook, such as the webhook name, webhook URL, and webhook ARN.
|
ListWebhooksResponse.Builder |
ListWebhooksResponse.Builder.webhooks(ListWebhookItem... webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
|
| Modifier and Type | Method and Description |
|---|---|
ListWebhooksResponse.Builder |
ListWebhooksResponse.Builder.webhooks(Collection<ListWebhookItem> webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<ListWebhookItem> |
ListWebhooksIterable.webhooks()
Returns an iterable to iterate through the paginated
ListWebhooksResponse.webhooks() member. |
SdkPublisher<ListWebhookItem> |
ListWebhooksPublisher.webhooks()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.