Uses of Class
com.amazonaws.services.ec2.model.CreateVolumePermission
-
Packages that use CreateVolumePermission Package Description com.amazonaws.services.ec2.model -
-
Uses of CreateVolumePermission in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVolumePermission Modifier and Type Method Description CreateVolumePermissionCreateVolumePermission. clone()CreateVolumePermissionCreateVolumePermission. withGroup(PermissionGroup group)The specific group that is to be added or removed from a volume's list of create volume permissions.CreateVolumePermissionCreateVolumePermission. withGroup(String group)The specific group that is to be added or removed from a volume's list of create volume permissions.CreateVolumePermissionCreateVolumePermission. withUserId(String userId)The specific AWS account ID that is to be added or removed from a volume's list of create volume permissions.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateVolumePermission Modifier and Type Method Description List<CreateVolumePermission>CreateVolumePermissionModifications. getAdd()Adds a specific AWS account ID or group to a volume's list of create volume permissions.List<CreateVolumePermission>DescribeSnapshotAttributeResult. getCreateVolumePermissions()A list of permissions for creating volumes from the snapshot.List<CreateVolumePermission>CreateVolumePermissionModifications. getRemove()Removes a specific AWS account ID or group from a volume's list of create volume permissions.Methods in com.amazonaws.services.ec2.model with parameters of type CreateVolumePermission Modifier and Type Method Description CreateVolumePermissionModificationsCreateVolumePermissionModifications. withAdd(CreateVolumePermission... add)Adds a specific AWS account ID or group to a volume's list of create volume permissions.DescribeSnapshotAttributeResultDescribeSnapshotAttributeResult. withCreateVolumePermissions(CreateVolumePermission... createVolumePermissions)A list of permissions for creating volumes from the snapshot.CreateVolumePermissionModificationsCreateVolumePermissionModifications. withRemove(CreateVolumePermission... remove)Removes a specific AWS account ID or group from a volume's list of create volume permissions.Method parameters in com.amazonaws.services.ec2.model with type arguments of type CreateVolumePermission Modifier and Type Method Description voidCreateVolumePermissionModifications. setAdd(Collection<CreateVolumePermission> add)Adds a specific AWS account ID or group to a volume's list of create volume permissions.voidDescribeSnapshotAttributeResult. setCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)A list of permissions for creating volumes from the snapshot.voidCreateVolumePermissionModifications. setRemove(Collection<CreateVolumePermission> remove)Removes a specific AWS account ID or group from a volume's list of create volume permissions.CreateVolumePermissionModificationsCreateVolumePermissionModifications. withAdd(Collection<CreateVolumePermission> add)Adds a specific AWS account ID or group to a volume's list of create volume permissions.DescribeSnapshotAttributeResultDescribeSnapshotAttributeResult. withCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)A list of permissions for creating volumes from the snapshot.CreateVolumePermissionModificationsCreateVolumePermissionModifications. withRemove(Collection<CreateVolumePermission> remove)Removes a specific AWS account ID or group from a volume's list of create volume permissions.
-