Uses of Class
nl.jpoint.vertx.deploy.agent.aws.AwsState
-
Packages that use AwsState Package Description nl.jpoint.vertx.deploy.agent.aws -
-
Uses of AwsState in nl.jpoint.vertx.deploy.agent.aws
Methods in nl.jpoint.vertx.deploy.agent.aws that return AwsState Modifier and Type Method Description static AwsStateAwsState. map(String state)static AwsStateAwsState. 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.Methods in nl.jpoint.vertx.deploy.agent.aws that return types with arguments of type AwsState Modifier and Type Method Description rx.Observable<AwsState>AwsAutoScalingUtil. pollForInstanceState()rx.Observable<AwsState>AwsElbUtil. pollForInstanceState(String loadBalancer)
-