Uses of Class
nl.jpoint.maven.vertx.utils.Ec2Instance
-
Packages that use Ec2Instance Package Description nl.jpoint.maven.vertx.service.autoscaling nl.jpoint.maven.vertx.utils nl.jpoint.maven.vertx.utils.deploy.strategy -
-
Uses of Ec2Instance in nl.jpoint.maven.vertx.service.autoscaling
Method parameters in nl.jpoint.maven.vertx.service.autoscaling with type arguments of type Ec2Instance Modifier and Type Method Description voidAutoScalingPrePostHandler. preDeploy(List<Ec2Instance> instances, com.amazonaws.services.autoscaling.model.AutoScalingGroup asGroup)voidDefaultAutoScalingPrePostHandler. preDeploy(List<Ec2Instance> instances, com.amazonaws.services.autoscaling.model.AutoScalingGroup asGroup)voidSpinAndRemovePrePostHandler. preDeploy(List<Ec2Instance> instances, com.amazonaws.services.autoscaling.model.AutoScalingGroup asGroup) -
Uses of Ec2Instance in nl.jpoint.maven.vertx.utils
Methods in nl.jpoint.maven.vertx.utils that return Ec2Instance Modifier and Type Method Description Ec2InstanceEc2Instance.Builder. build()Methods in nl.jpoint.maven.vertx.utils that return types with arguments of type Ec2Instance Modifier and Type Method Description List<Ec2Instance>AwsAutoScalingDeployUtils. getInstancesForAutoScalingGroup(org.apache.maven.plugin.logging.Log log, com.amazonaws.services.autoscaling.model.AutoScalingGroup autoScalingGroup)Methods in nl.jpoint.maven.vertx.utils with parameters of type Ec2Instance Modifier and Type Method Description voidAwsAutoScalingDeployUtils. updateInstanceState(Ec2Instance instance, List<String> loadBalancerNames) -
Uses of Ec2Instance in nl.jpoint.maven.vertx.utils.deploy.strategy
Method parameters in nl.jpoint.maven.vertx.utils.deploy.strategy with type arguments of type Ec2Instance Modifier and Type Method Description static booleanDeployStateStrategyFactory. isDeployable(DeployConfiguration activeConfiguration, com.amazonaws.services.autoscaling.model.AutoScalingGroup autoScalingGroup, List<Ec2Instance> instances)static booleanDeployStateStrategyFactory. isDeployableOnError(DeployConfiguration activeConfiguration, com.amazonaws.services.autoscaling.model.AutoScalingGroup autoScalingGroup, List<Ec2Instance> instances)
-