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 TriggerConfigTriggerConfig. clone()TriggerConfigTriggerConfig. withTriggerEvents(TriggerEventType... triggerEvents)The event type or types for which notifications are triggered.TriggerConfigTriggerConfig. withTriggerEvents(String... triggerEvents)The event type or types for which notifications are triggered.TriggerConfigTriggerConfig. withTriggerEvents(Collection<String> triggerEvents)The event type or types for which notifications are triggered.TriggerConfigTriggerConfig. withTriggerName(String triggerName)The name of the notification trigger.TriggerConfigTriggerConfig. 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 CreateDeploymentGroupRequestCreateDeploymentGroupRequest. withTriggerConfigurations(TriggerConfig... triggerConfigurations)Information about triggers to create when the deployment group is created.DeploymentGroupInfoDeploymentGroupInfo. withTriggerConfigurations(TriggerConfig... triggerConfigurations)A list of associated triggers.UpdateDeploymentGroupRequestUpdateDeploymentGroupRequest. 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 voidCreateDeploymentGroupRequest. setTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)Information about triggers to create when the deployment group is created.voidDeploymentGroupInfo. setTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)A list of associated triggers.voidUpdateDeploymentGroupRequest. setTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)Information about triggers to change when the deployment group is updated.CreateDeploymentGroupRequestCreateDeploymentGroupRequest. withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)Information about triggers to create when the deployment group is created.DeploymentGroupInfoDeploymentGroupInfo. withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)A list of associated triggers.UpdateDeploymentGroupRequestUpdateDeploymentGroupRequest. withTriggerConfigurations(Collection<TriggerConfig> triggerConfigurations)Information about triggers to change when the deployment group is updated.
-