| Package | Description |
|---|---|
| software.amazon.awssdk.services.codepipeline |
|
| Modifier and Type | Method and Description |
|---|---|
default RegisterWebhookWithThirdPartyResponse |
CodePipelineClient.registerWebhookWithThirdParty(Consumer<RegisterWebhookWithThirdPartyRequest.Builder> registerWebhookWithThirdPartyRequest)
Configures a connection between the webhook that was created and the external tool with events to be detected.
|
default RegisterWebhookWithThirdPartyResponse |
CodePipelineClient.registerWebhookWithThirdParty(RegisterWebhookWithThirdPartyRequest registerWebhookWithThirdPartyRequest)
Configures a connection between the webhook that was created and the external tool with events to be detected.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<RegisterWebhookWithThirdPartyResponse> |
CodePipelineAsyncClient.registerWebhookWithThirdParty(Consumer<RegisterWebhookWithThirdPartyRequest.Builder> registerWebhookWithThirdPartyRequest)
Configures a connection between the webhook that was created and the external tool with events to be detected.
|
default CompletableFuture<RegisterWebhookWithThirdPartyResponse> |
CodePipelineAsyncClient.registerWebhookWithThirdParty(RegisterWebhookWithThirdPartyRequest registerWebhookWithThirdPartyRequest)
Configures a connection between the webhook that was created and the external tool with events to be detected.
|
Copyright © 2023. All rights reserved.