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