| Package | Description |
|---|---|
| software.amazon.awssdk.services.codebuild.model |
| Modifier and Type | Method and Description |
|---|---|
WebhookBuildType |
Webhook.buildType()
Specifies the type of build this webhook will trigger.
|
WebhookBuildType |
CreateWebhookRequest.buildType()
Specifies the type of build this webhook will trigger.
|
WebhookBuildType |
UpdateWebhookRequest.buildType()
Specifies the type of build this webhook will trigger.
|
static WebhookBuildType |
WebhookBuildType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static WebhookBuildType |
WebhookBuildType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookBuildType[] |
WebhookBuildType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<WebhookBuildType> |
WebhookBuildType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Webhook.Builder |
Webhook.Builder.buildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
CreateWebhookRequest.Builder |
CreateWebhookRequest.Builder.buildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
UpdateWebhookRequest.Builder |
UpdateWebhookRequest.Builder.buildType(WebhookBuildType buildType)
Specifies the type of build this webhook will trigger.
|
Copyright © 2023. All rights reserved.