Uses of Class
software.amazon.awssdk.services.ec2.model.PermissionGroup
-
Packages that use PermissionGroup Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of PermissionGroup in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return PermissionGroup Modifier and Type Method Description static PermissionGroupPermissionGroup. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PermissionGroupCreateVolumePermission. group()The group to be added or removed.PermissionGroupLaunchPermission. group()The name of the group.PermissionGroupLoadPermission. group()The name of the group.PermissionGroupLoadPermissionRequest. group()The name of the group.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 software.amazon.awssdk.services.ec2.model that return types with arguments of type PermissionGroup Modifier and Type Method Description static Set<PermissionGroup>PermissionGroup. knownValues()Methods in software.amazon.awssdk.services.ec2.model with parameters of type PermissionGroup Modifier and Type Method Description CreateVolumePermission.BuilderCreateVolumePermission.Builder. group(PermissionGroup group)The group to be added or removed.LaunchPermission.BuilderLaunchPermission.Builder. group(PermissionGroup group)The name of the group.LoadPermission.BuilderLoadPermission.Builder. group(PermissionGroup group)The name of the group.LoadPermissionRequest.BuilderLoadPermissionRequest.Builder. group(PermissionGroup group)The name of the group.
-