Uses of Class
com.amazonaws.services.codedeploy.model.TriggerConfig
-
Packages that use TriggerConfig Package Description com.amazonaws.services.codedeploy.model -
-
Uses of TriggerConfig in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return TriggerConfig Modifier and Type Method Description TriggerConfig
TriggerConfig. clone()
TriggerConfig
TriggerConfig. withTriggerEvents(TriggerEventType... 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(Collection<String> 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 ARN of the Amazon Simple Notification Service topic through which notifications about deployment or instance events are sent.Methods in com.amazonaws.services.codedeploy.model that return types with arguments of type TriggerConfig Modifier and Type Method Description List<TriggerConfig>
CreateDeploymentGroupRequest. getTriggerConfigurations()
Information about triggers to create when the deployment group is created.List<TriggerConfig>
DeploymentGroupInfo. getTriggerConfigurations()
A list of associated triggers.List<TriggerConfig>
UpdateDeploymentGroupRequest. getTriggerConfigurations()
Information about triggers to change when the deployment group is updated.Methods in com.amazonaws.services.codedeploy.model with parameters of type TriggerConfig Modifier and Type Method Description CreateDeploymentGroupRequest
CreateDeploymentGroupRequest. withTriggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to create when the deployment group is created.DeploymentGroupInfo
DeploymentGroupInfo. withTriggerConfigurations(TriggerConfig... triggerConfigurations)
A list of associated triggers.UpdateDeploymentGroupRequest
UpdateDeploymentGroupRequest. withTriggerConfigurations(TriggerConfig... triggerConfigurations)
Information about triggers to change when the deployment group is updated.Method parameters in com.amazonaws.services.codedeploy.model with type arguments of type TriggerConfig Modifier and Type Method Description void
CreateDeploymentGroupRequest. setTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to create when the deployment group is created.void
DeploymentGroupInfo. setTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
A list of associated triggers.void
UpdateDeploymentGroupRequest. setTriggerConfigurations(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)
A list of associated triggers.UpdateDeploymentGroupRequest
UpdateDeploymentGroupRequest. withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)
Information about triggers to change when the deployment group is updated.
-