| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model | |
| software.amazon.awssdk.services.codedeploy.transform |
| Modifier and Type | Method and Description |
|---|---|
List<TriggerConfig> |
UpdateDeploymentGroupRequest.triggerConfigurations()
Information about triggers to change when the deployment group is updated.
|
List<TriggerConfig> |
DeploymentGroupInfo.triggerConfigurations()
Information about triggers associated with the deployment group.
|
List<TriggerConfig> |
CreateDeploymentGroupRequest.triggerConfigurations()
Information about triggers to create when the deployment group is created.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.triggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to change when the deployment group is updated.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.triggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers associated with the deployment group.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.triggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to create when the deployment group is created.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDeploymentGroupRequest.Builder |
UpdateDeploymentGroupRequest.Builder.triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to change when the deployment group is updated.
|
DeploymentGroupInfo.Builder |
DeploymentGroupInfo.Builder.triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers associated with the deployment group.
|
CreateDeploymentGroupRequest.Builder |
CreateDeploymentGroupRequest.Builder.triggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to create when the deployment group is created.
|
| Modifier and Type | Method and Description |
|---|---|
TriggerConfig |
TriggerConfigUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
TriggerConfigMarshaller.marshall(TriggerConfig triggerConfig,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.