Uses of Class
nl.jpoint.maven.vertx.utils.AwsState
-
Packages that use AwsState Package Description nl.jpoint.maven.vertx.executor nl.jpoint.maven.vertx.utils -
-
Uses of AwsState in nl.jpoint.maven.vertx.executor
Methods in nl.jpoint.maven.vertx.executor that return AwsState Modifier and Type Method Description AwsStateAwsRequestExecutor. executeRequest(DeployRequest deployRequest, String host, boolean ignoreFailure)AwsStateDefaultRequestExecutor. executeRequest(DeployRequest deployRequest, String host, boolean ignoreFailure)abstract AwsStateRequestExecutor. executeRequest(DeployRequest deployRequest, String host, boolean ignoreFailure) -
Uses of AwsState in nl.jpoint.maven.vertx.utils
Methods in nl.jpoint.maven.vertx.utils that return AwsState Modifier and Type Method Description AwsStateEc2Instance. getAsState()AwsStateEc2Instance. getElbState()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.maven.vertx.utils with parameters of type AwsState Modifier and Type Method Description voidEc2Instance. updateAsState(AwsState awsState)voidEc2Instance. updateState(AwsState awsState)
-