Uses of Class
software.amazon.awssdk.services.codepipeline.model.DeregisterWebhookWithThirdPartyResponse
-
Packages that use DeregisterWebhookWithThirdPartyResponse Package Description software.amazon.awssdk.services.codepipeline CodePipeline -
-
Uses of DeregisterWebhookWithThirdPartyResponse in software.amazon.awssdk.services.codepipeline
Methods in software.amazon.awssdk.services.codepipeline that return DeregisterWebhookWithThirdPartyResponse Modifier and Type Method Description default DeregisterWebhookWithThirdPartyResponseCodePipelineClient. 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 DeregisterWebhookWithThirdPartyResponseCodePipelineClient. deregisterWebhookWithThirdParty(DeregisterWebhookWithThirdPartyRequest deregisterWebhookWithThirdPartyRequest)Removes the connection between the webhook that was created by CodePipeline and the external tool with events to be detected.Methods in software.amazon.awssdk.services.codepipeline that return types with arguments of type DeregisterWebhookWithThirdPartyResponse Modifier and Type Method Description default CompletableFuture<DeregisterWebhookWithThirdPartyResponse>CodePipelineAsyncClient. 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 CompletableFuture<DeregisterWebhookWithThirdPartyResponse>CodePipelineAsyncClient. deregisterWebhookWithThirdParty(DeregisterWebhookWithThirdPartyRequest deregisterWebhookWithThirdPartyRequest)Removes the connection between the webhook that was created by CodePipeline and the external tool with events to be detected.
-