| Package | Description |
|---|---|
| nl.jpoint.vertx.mod.deploy.aws | |
| nl.jpoint.vertx.mod.deploy.handler.internal |
| Modifier and Type | Method and Description |
|---|---|
AwsState |
AwsElbUtil.getInstanceState() |
AwsState |
AwsAutoScalingUtil.getInstanceState(String instanceId,
String groupId) |
AwsState |
AwsElbUtil.getInstanceState(String instanceId,
String loadBalancer) |
static AwsState |
AwsState.map(String state) |
static AwsState |
AwsState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AwsState[] |
AwsState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AwsAsRegistrationStatusPollingHandler(DeployRequest request,
AwsAutoScalingUtil asUtil,
AwsElbUtil elbUtil,
org.vertx.java.core.Vertx vertx,
AwsState state,
Integer maxDuration) |
AwsAsRegistrationStatusPollingHandler(DeployRequest request,
AwsAutoScalingUtil awsAsUtil,
org.vertx.java.core.Vertx vertx,
AwsState standby,
Integer maxDuration) |
AwsElbRegistrationStatusPollingHandler(DeployRequest request,
AwsElbUtil elbUtil,
org.vertx.java.core.Vertx vertx,
AwsState state) |
Copyright © 2016. All rights reserved.