Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TriggerConfig |
TriggerConfig.clone() |
TriggerConfig |
TriggerConfig.withTriggerEvents(Collection<String> triggerEvents)
The event type or types for which notifications are triggered.
|
TriggerConfig |
TriggerConfig.withTriggerEvents(String... triggerEvents)
The event type or types for which notifications are triggered.
|
TriggerConfig |
TriggerConfig.withTriggerEvents(TriggerEventType... triggerEvents)
The event type or types for which notifications are triggered.
|
TriggerConfig |
TriggerConfig.withTriggerName(String triggerName)
The name of the notification trigger.
|
TriggerConfig |
TriggerConfig.withTriggerTargetArn(String triggerTargetArn)
The Amazon Resource Name (ARN) of the Amazon Simple Notification Service topic through which notifications about
deployment or instance events are sent.
|
Modifier and Type | Method and Description |
---|---|
List<TriggerConfig> |
UpdateDeploymentGroupRequest.getTriggerConfigurations()
Information about triggers to change when the deployment group is updated.
|
List<TriggerConfig> |
CreateDeploymentGroupRequest.getTriggerConfigurations()
Information about triggers to create when the deployment group is created.
|
List<TriggerConfig> |
DeploymentGroupInfo.getTriggerConfigurations()
Information about triggers associated with the deployment group.
|
Modifier and Type | Method and Description |
---|---|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withTriggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to change when the deployment group is updated.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTriggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to create when the deployment group is created.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withTriggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers associated with the deployment group.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDeploymentGroupRequest.setTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to change when the deployment group is updated.
|
void |
CreateDeploymentGroupRequest.setTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to create when the deployment group is created.
|
void |
DeploymentGroupInfo.setTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers associated with the deployment group.
|
UpdateDeploymentGroupRequest |
UpdateDeploymentGroupRequest.withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to change when the deployment group is updated.
|
CreateDeploymentGroupRequest |
CreateDeploymentGroupRequest.withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to create when the deployment group is created.
|
DeploymentGroupInfo |
DeploymentGroupInfo.withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers associated with the deployment group.
|
Copyright © 2021. All rights reserved.