Uses of Class
software.amazon.awssdk.services.codepipeline.model.RegisterWebhookWithThirdPartyResponse
-
Packages that use RegisterWebhookWithThirdPartyResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of RegisterWebhookWithThirdPartyResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return RegisterWebhookWithThirdPartyResponse Modifier and Type Method Description default RegisterWebhookWithThirdPartyResponseCodePipelineClient. registerWebhookWithThirdParty(Consumer<RegisterWebhookWithThirdPartyRequest.Builder> registerWebhookWithThirdPartyRequest)Configures a connection between the webhook that was created and the external tool with events to be detected.default RegisterWebhookWithThirdPartyResponseCodePipelineClient. registerWebhookWithThirdParty(RegisterWebhookWithThirdPartyRequest registerWebhookWithThirdPartyRequest)Configures a connection between the webhook that was created and the external tool with events to be detected.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type RegisterWebhookWithThirdPartyResponse Modifier and Type Method 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.
-