Uses of Class
software.amazon.awssdk.services.appconfig.model.DeploymentState
-
Packages that use DeploymentState Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of DeploymentState in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return DeploymentState Modifier and Type Method Description static DeploymentStateDeploymentState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DeploymentStateDeploymentSummary. state()The state of the deployment.DeploymentStateGetDeploymentResponse. state()The state of the deployment.DeploymentStateStartDeploymentResponse. state()The state of the deployment.DeploymentStateStopDeploymentResponse. state()The state of the deployment.static DeploymentStateDeploymentState. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentState[]DeploymentState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type DeploymentState Modifier and Type Method Description static Set<DeploymentState>DeploymentState. knownValues()Methods in software.amazon.awssdk.services.appconfig.model with parameters of type DeploymentState Modifier and Type Method Description DeploymentSummary.BuilderDeploymentSummary.Builder. state(DeploymentState state)The state of the deployment.GetDeploymentResponse.BuilderGetDeploymentResponse.Builder. state(DeploymentState state)The state of the deployment.StartDeploymentResponse.BuilderStartDeploymentResponse.Builder. state(DeploymentState state)The state of the deployment.StopDeploymentResponse.BuilderStopDeploymentResponse.Builder. state(DeploymentState state)The state of the deployment.
-