Uses of Enum
com.amazonaws.services.ecs.model.UlimitName
Packages that use UlimitName
-
Uses of UlimitName in com.amazonaws.services.ecs.model
Methods in com.amazonaws.services.ecs.model that return UlimitNameModifier and TypeMethodDescriptionstatic UlimitName
Use this in place of valueOf.static UlimitName
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 UlimitNameModifier and TypeMethodDescriptionvoid
Ulimit.setName
(UlimitName name) Thetype
of theulimit
.Ulimit.withName
(UlimitName name) Thetype
of theulimit
.