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 UlimitName
UlimitName. fromValue(String value)
Use this in place of valueOf.static UlimitName
UlimitName. 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 void
Ulimit. setName(UlimitName name)
Thetype
of theulimit
.Ulimit
Ulimit. withName(UlimitName name)
Thetype
of theulimit
.
-