Uses of Class
software.amazon.awssdk.services.codepipeline.model.WebhookAuthConfiguration
-
Packages that use WebhookAuthConfiguration Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of WebhookAuthConfiguration in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return WebhookAuthConfiguration Modifier and Type Method Description WebhookAuthConfigurationWebhookDefinition. authenticationConfiguration()Properties that configure the authentication applied to incoming webhook trigger requests.Methods in software.amazon.awssdk.services.codepipeline.model with parameters of type WebhookAuthConfiguration Modifier and Type Method Description WebhookDefinition.BuilderWebhookDefinition.Builder. authenticationConfiguration(WebhookAuthConfiguration authenticationConfiguration)Properties that configure the authentication applied to incoming webhook trigger requests.
-