| Package | Description |
|---|---|
| com.amazonaws.services.codepipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static WebhookAuthenticationType |
WebhookAuthenticationType.fromValue(String value)
Use this in place of valueOf.
|
static WebhookAuthenticationType |
WebhookAuthenticationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookAuthenticationType[] |
WebhookAuthenticationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
WebhookDefinition |
WebhookDefinition.withAuthentication(WebhookAuthenticationType authentication)
Supported options are GITHUB_HMAC, IP and UNAUTHENTICATED.
|
Copyright © 2019. All rights reserved.