Uses of Enum
software.amazon.awssdk.services.ec2.model.PermissionGroup
Packages that use PermissionGroup
-
Uses of PermissionGroup in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PermissionGroupModifier and TypeMethodDescriptionstatic PermissionGroupUse this in place of valueOf to convert the raw string returned by the service into the enum value.final PermissionGroupCreateVolumePermission.group()The group to be added or removed.final PermissionGroupLaunchPermission.group()The name of the group.final PermissionGroupLoadPermission.group()The name of the group.final PermissionGroupLoadPermissionRequest.group()The name of the group.static PermissionGroupReturns 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 software.amazon.awssdk.services.ec2.model that return types with arguments of type PermissionGroupMethods in software.amazon.awssdk.services.ec2.model with parameters of type PermissionGroupModifier and TypeMethodDescriptionCreateVolumePermission.Builder.group(PermissionGroup group) The group to be added or removed.LaunchPermission.Builder.group(PermissionGroup group) The name of the group.LoadPermission.Builder.group(PermissionGroup group) The name of the group.LoadPermissionRequest.Builder.group(PermissionGroup group) The name of the group.