| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static ListWebhooksResponse.Builder |
ListWebhooksResponse.builder() |
ListWebhooksResponse.Builder |
ListWebhooksResponse.Builder.nextToken(String nextToken)
If the amount of returned information is significantly large, an identifier is also returned and can be used
in a subsequent ListWebhooks call to return the next set of webhooks in the list.
|
ListWebhooksResponse.Builder |
ListWebhooksResponse.toBuilder() |
ListWebhooksResponse.Builder |
ListWebhooksResponse.Builder.webhooks(Collection<ListWebhookItem> webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
|
ListWebhooksResponse.Builder |
ListWebhooksResponse.Builder.webhooks(Consumer<ListWebhookItem.Builder>... webhooks)
The JSON detail returned for each webhook in the list output for the ListWebhooks call.
|
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 |
|---|---|
static Class<? extends ListWebhooksResponse.Builder> |
ListWebhooksResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.