Uses of Enum
com.amazonaws.services.ec2.model.PermissionGroup
Packages that use PermissionGroup
-
Uses of PermissionGroup in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return PermissionGroupModifier and TypeMethodDescriptionstatic PermissionGroup
Use this in place of valueOf.static PermissionGroup
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 PermissionGroupModifier and TypeMethodDescriptionvoid
CreateVolumePermission.setGroup
(PermissionGroup group) The specific group that is to be added or removed from a volume's list of create volume permissions.void
LaunchPermission.setGroup
(PermissionGroup group) The name of the group.CreateVolumePermission.withGroup
(PermissionGroup group) The specific group that is to be added or removed from a volume's list of create volume permissions.LaunchPermission.withGroup
(PermissionGroup group) The name of the group.