| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| software.amazon.awssdk.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
default PutWebhookResponse |
CodePipelineClient.putWebhook(Consumer<PutWebhookRequest.Builder> putWebhookRequest)
Defines a webhook and returns a unique webhook URL generated by CodePipeline.
|
default CompletableFuture<PutWebhookResponse> |
CodePipelineAsyncClient.putWebhook(Consumer<PutWebhookRequest.Builder> putWebhookRequest)
Defines a webhook and returns a unique webhook URL generated by CodePipeline.
|
| Modifier and Type | Method and Description |
|---|---|
static PutWebhookRequest.Builder |
PutWebhookRequest.builder() |
PutWebhookRequest.Builder |
PutWebhookRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutWebhookRequest.Builder |
PutWebhookRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutWebhookRequest.Builder |
PutWebhookRequest.Builder.tags(Collection<Tag> tags)
The tags for the webhook.
|
PutWebhookRequest.Builder |
PutWebhookRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags for the webhook.
|
PutWebhookRequest.Builder |
PutWebhookRequest.Builder.tags(Tag... tags)
The tags for the webhook.
|
PutWebhookRequest.Builder |
PutWebhookRequest.toBuilder() |
default PutWebhookRequest.Builder |
PutWebhookRequest.Builder.webhook(Consumer<WebhookDefinition.Builder> webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and
the action name.
|
PutWebhookRequest.Builder |
PutWebhookRequest.Builder.webhook(WebhookDefinition webhook)
The detail provided in an input file to create the webhook, such as the webhook name, the pipeline name, and
the action name.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutWebhookRequest.Builder> |
PutWebhookRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.