Uses of Class
com.amazonaws.services.ecs.model.UlimitName
-
Packages that use UlimitName Package Description com.amazonaws.services.ecs.model -
-
Uses of UlimitName in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return UlimitName Modifier and Type Method Description static UlimitNameUlimitName. fromValue(String value)Use this in place of valueOf.static UlimitNameUlimitName. valueOf(String name)Returns the enum constant of this type with the specified name.static UlimitName[]UlimitName. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ecs.model with parameters of type UlimitName Modifier and Type Method Description voidUlimit. setName(UlimitName name)Thetypeof theulimit.UlimitUlimit. withName(UlimitName name)Thetypeof theulimit.
-