Uses of Class
software.amazon.awssdk.services.batch.model.ServiceEnvironmentState
-
Packages that use ServiceEnvironmentState Package Description software.amazon.awssdk.services.batch.model -
-
Uses of ServiceEnvironmentState in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return ServiceEnvironmentState Modifier and Type Method Description static ServiceEnvironmentStateServiceEnvironmentState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ServiceEnvironmentStateCreateServiceEnvironmentRequest. state()The state of the service environment.ServiceEnvironmentStateServiceEnvironmentDetail. state()The state of the service environment.ServiceEnvironmentStateUpdateServiceEnvironmentRequest. state()The state of the service environment.static ServiceEnvironmentStateServiceEnvironmentState. valueOf(String name)Returns the enum constant of this type with the specified name.static ServiceEnvironmentState[]ServiceEnvironmentState. 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 ServiceEnvironmentState Modifier and Type Method Description static Set<ServiceEnvironmentState>ServiceEnvironmentState. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type ServiceEnvironmentState Modifier and Type Method Description CreateServiceEnvironmentRequest.BuilderCreateServiceEnvironmentRequest.Builder. state(ServiceEnvironmentState state)The state of the service environment.ServiceEnvironmentDetail.BuilderServiceEnvironmentDetail.Builder. state(ServiceEnvironmentState state)The state of the service environment.UpdateServiceEnvironmentRequest.BuilderUpdateServiceEnvironmentRequest.Builder. state(ServiceEnvironmentState state)The state of the service environment.
-