Uses of Class
software.amazon.awssdk.services.opsworkscm.model.ServerStatus
-
Packages that use ServerStatus Package Description software.amazon.awssdk.services.opsworkscm.model -
-
Uses of ServerStatus in software.amazon.awssdk.services.opsworkscm.model
Methods in software.amazon.awssdk.services.opsworkscm.model that return ServerStatus Modifier and Type Method Description static ServerStatusServerStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServerStatusServer. status()The server's status.static ServerStatusServerStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ServerStatus[]ServerStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.opsworkscm.model that return types with arguments of type ServerStatus Modifier and Type Method Description static Set<ServerStatus>ServerStatus. knownValues()Methods in software.amazon.awssdk.services.opsworkscm.model with parameters of type ServerStatus Modifier and Type Method Description Server.BuilderServer.Builder. status(ServerStatus status)The server's status.
-