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