| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
List<TriggerConfig> |
DeploymentGroupInfo.triggerConfigurations()
Information about triggers associated with the deployment group.
|
List<TriggerConfig> |
UpdateDeploymentGroupRequest.triggerConfigurations()
Information about triggers to change when the deployment group is updated.
|
List<TriggerConfig> |
CreateDeploymentGroupRequest.triggerConfigurations()
Information about triggers to create when the deployment group is created.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.triggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers associated with the deployment group.
|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.triggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to change when the deployment group is updated.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.triggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to create when the deployment group is created.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers associated with the deployment group.
|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to change when the deployment group is updated.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to create when the deployment group is created.
|
Copyright © 2022. All rights reserved.