Uses of Class
com.amazonaws.services.codedeploy.model.TriggerConfig
Packages that use TriggerConfig
-
Uses of TriggerConfig in com.amazonaws.services.codedeploy.model
Methods in com.amazonaws.services.codedeploy.model that return TriggerConfigModifier and TypeMethodDescriptionTriggerConfig.clone()
TriggerConfig.withTriggerEvents
(TriggerEventType... triggerEvents) The event type or types for which notifications are triggered.TriggerConfig.withTriggerEvents
(String... triggerEvents) The event type or types for which notifications are triggered.TriggerConfig.withTriggerEvents
(Collection<String> triggerEvents) The event type or types for which notifications are triggered.TriggerConfig.withTriggerName
(String triggerName) The name of the notification trigger.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 TriggerConfigModifier and TypeMethodDescriptionCreateDeploymentGroupRequest.getTriggerConfigurations()
Information about triggers to create when the deployment group is created.DeploymentGroupInfo.getTriggerConfigurations()
A list of associated triggers.UpdateDeploymentGroupRequest.getTriggerConfigurations()
Information about triggers to change when the deployment group is updated.Methods in com.amazonaws.services.codedeploy.model with parameters of type TriggerConfigModifier and TypeMethodDescriptionCreateDeploymentGroupRequest.withTriggerConfigurations
(TriggerConfig... triggerConfigurations) Information about triggers to create when the deployment group is created.DeploymentGroupInfo.withTriggerConfigurations
(TriggerConfig... triggerConfigurations) A list of associated triggers.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 TriggerConfigModifier and TypeMethodDescriptionvoid
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.withTriggerConfigurations
(Collection<TriggerConfig> triggerConfigurations) Information about triggers to create when the deployment group is created.DeploymentGroupInfo.withTriggerConfigurations
(Collection<TriggerConfig> triggerConfigurations) A list of associated triggers.UpdateDeploymentGroupRequest.withTriggerConfigurations
(Collection<TriggerConfig> triggerConfigurations) Information about triggers to change when the deployment group is updated.