| Package | Description |
|---|---|
| nl.jpoint.vertx.mod.deploy.aws | |
| nl.jpoint.vertx.mod.deploy.aws.state |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
rx.Observable<AwsState> |
AwsAutoScalingUtil.pollForInstanceState(String instanceId) |
rx.Observable<AwsState> |
AwsElbUtil.pollForInstanceState(String instanceId,
String loadBalancer) |
| Constructor and Description |
|---|
AwsPollingAsStateObservable(io.vertx.core.Vertx vertx,
AwsAutoScalingUtil awsAsUtil,
LocalDateTime timeout,
AwsState... acceptedStates) |
AwsPollingElbStateObservable(io.vertx.core.Vertx vertx,
AwsElbUtil awsElbUtil,
LocalDateTime timeout,
AwsState... acceptedStates) |
Copyright © 2016. All rights reserved.