Uses of Class
com.amazonaws.services.ec2.model.PermissionGroup
-
Packages that use PermissionGroup Package Description com.amazonaws.services.ec2.model -
-
Uses of PermissionGroup in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PermissionGroup Modifier and Type Method Description static PermissionGroupPermissionGroup. fromValue(String value)Use this in place of valueOf.static PermissionGroupPermissionGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static PermissionGroup[]PermissionGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.ec2.model with parameters of type PermissionGroup Modifier and Type Method Description voidCreateVolumePermission. setGroup(PermissionGroup group)The specific group that is to be added or removed from a volume's list of create volume permissions.voidLaunchPermission. setGroup(PermissionGroup group)The name of the group.CreateVolumePermissionCreateVolumePermission. withGroup(PermissionGroup group)The specific group that is to be added or removed from a volume's list of create volume permissions.LaunchPermissionLaunchPermission. withGroup(PermissionGroup group)The name of the group.
-