Uses of Enum
software.amazon.awscdk.services.ecs.Capability
Packages that use Capability
- 
Uses of Capability in software.amazon.awscdk.services.ecsMethods in software.amazon.awscdk.services.ecs that return CapabilityModifier and TypeMethodDescriptionstatic CapabilityReturns the enum constant of this type with the specified name.static Capability[]Capability.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ecs with parameters of type CapabilityModifier and TypeMethodDescriptionvoidLinuxParameters.addCapabilities(@NotNull Capability... cap) Adds one or more Linux capabilities to the Docker configuration of a container.voidLinuxParameters.dropCapabilities(@NotNull Capability... cap) Removes one or more Linux capabilities to the Docker configuration of a container.