Uses of Class
com.amazonaws.services.ec2.model.CreateVolumePermission
Packages that use CreateVolumePermission
-
Uses of CreateVolumePermission in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateVolumePermissionModifier and TypeMethodDescriptionCreateVolumePermission.clone()
CreateVolumePermission.withGroup
(PermissionGroup group) The specific group that is to be added or removed from a volume's list of create volume permissions.The specific group that is to be added or removed from a volume's list of create volume permissions.CreateVolumePermission.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 CreateVolumePermissionModifier and TypeMethodDescriptionCreateVolumePermissionModifications.getAdd()
Adds a specific AWS account ID or group to a volume's list of create volume permissions.DescribeSnapshotAttributeResult.getCreateVolumePermissions()
A list of permissions for creating volumes from the snapshot.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 CreateVolumePermissionModifier and TypeMethodDescriptionCreateVolumePermissionModifications.withAdd
(CreateVolumePermission... add) Adds a specific AWS account ID or group to a volume's list of create volume permissions.DescribeSnapshotAttributeResult.withCreateVolumePermissions
(CreateVolumePermission... createVolumePermissions) A list of permissions for creating volumes from the snapshot.CreateVolumePermissionModifications.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 CreateVolumePermissionModifier and TypeMethodDescriptionvoid
CreateVolumePermissionModifications.setAdd
(Collection<CreateVolumePermission> add) Adds a specific AWS account ID or group to a volume's list of create volume permissions.void
DescribeSnapshotAttributeResult.setCreateVolumePermissions
(Collection<CreateVolumePermission> createVolumePermissions) A list of permissions for creating volumes from the snapshot.void
CreateVolumePermissionModifications.setRemove
(Collection<CreateVolumePermission> remove) Removes a specific AWS account ID or group from a volume's list of create volume permissions.CreateVolumePermissionModifications.withAdd
(Collection<CreateVolumePermission> add) Adds a specific AWS account ID or group to a volume's list of create volume permissions.DescribeSnapshotAttributeResult.withCreateVolumePermissions
(Collection<CreateVolumePermission> createVolumePermissions) A list of permissions for creating volumes from the snapshot.CreateVolumePermissionModifications.withRemove
(Collection<CreateVolumePermission> remove) Removes a specific AWS account ID or group from a volume's list of create volume permissions.