Uses of Enum
software.amazon.awscdk.services.batch.DevicePermission
Packages that use DevicePermission
-
Uses of DevicePermission in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return DevicePermissionModifier and TypeMethodDescriptionstatic DevicePermissionReturns the enum constant of this type with the specified name.static DevicePermission[]DevicePermission.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.batch that return types with arguments of type DevicePermissionModifier and TypeMethodDescriptiondefault List<DevicePermission> Device.getPermissions()The explicit permissions to provide to the container for the device.final List<DevicePermission> Device.Jsii$Proxy.getPermissions()Method parameters in software.amazon.awscdk.services.batch with type arguments of type DevicePermissionModifier and TypeMethodDescriptionDevice.Builder.permissions(List<? extends DevicePermission> permissions) Sets the value ofDevice.getPermissions()