Uses of Class
software.amazon.awssdk.services.ecs.model.DeviceCgroupPermission
-
Packages that use DeviceCgroupPermission Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of DeviceCgroupPermission in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return DeviceCgroupPermission Modifier and Type Method Description static DeviceCgroupPermissionDeviceCgroupPermission. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DeviceCgroupPermissionDeviceCgroupPermission. valueOf(String name)Returns the enum constant of this type with the specified name.static DeviceCgroupPermission[]DeviceCgroupPermission. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type DeviceCgroupPermission Modifier and Type Method Description static Set<DeviceCgroupPermission>DeviceCgroupPermission. knownValues()List<DeviceCgroupPermission>Device. permissions()The explicit permissions to provide to the container for the device.Methods in software.amazon.awssdk.services.ecs.model with parameters of type DeviceCgroupPermission Modifier and Type Method Description Device.BuilderDevice.Builder. permissions(DeviceCgroupPermission... permissions)The explicit permissions to provide to the container for the device.Method parameters in software.amazon.awssdk.services.ecs.model with type arguments of type DeviceCgroupPermission Modifier and Type Method Description Device.BuilderDevice.Builder. permissions(Collection<DeviceCgroupPermission> permissions)The explicit permissions to provide to the container for the device.
-