Uses of Class
software.amazon.awssdk.services.batch.model.UserdataType
-
Packages that use UserdataType Package Description software.amazon.awssdk.services.batch.model -
-
Uses of UserdataType in software.amazon.awssdk.services.batch.model
Methods in software.amazon.awssdk.services.batch.model that return UserdataType Modifier and Type Method Description static UserdataTypeUserdataType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.UserdataTypeLaunchTemplateSpecification. userdataType()The EKS node initialization process to use.UserdataTypeLaunchTemplateSpecificationOverride. userdataType()The EKS node initialization process to use.static UserdataTypeUserdataType. valueOf(String name)Returns the enum constant of this type with the specified name.static UserdataType[]UserdataType. 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 UserdataType Modifier and Type Method Description static Set<UserdataType>UserdataType. knownValues()Methods in software.amazon.awssdk.services.batch.model with parameters of type UserdataType Modifier and Type Method Description LaunchTemplateSpecification.BuilderLaunchTemplateSpecification.Builder. userdataType(UserdataType userdataType)The EKS node initialization process to use.LaunchTemplateSpecificationOverride.BuilderLaunchTemplateSpecificationOverride.Builder. userdataType(UserdataType userdataType)The EKS node initialization process to use.
-