default DeregisterWebhookWithThirdPartyResponse |
CodePipelineClient.deregisterWebhookWithThirdParty(Consumer<DeregisterWebhookWithThirdPartyRequest.Builder> deregisterWebhookWithThirdPartyRequest) |
Removes the connection between the webhook that was created by CodePipeline and the external tool with events to
be detected.
|
default DeregisterWebhookWithThirdPartyResponse |
CodePipelineClient.deregisterWebhookWithThirdParty(DeregisterWebhookWithThirdPartyRequest deregisterWebhookWithThirdPartyRequest) |
Removes the connection between the webhook that was created by CodePipeline and the external tool with events to
be detected.
|
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.
|