Uses of Class
software.amazon.awssdk.services.ec2.model.CreateVolumePermission
Packages that use CreateVolumePermission
-
Uses of CreateVolumePermission in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVolumePermissionModifier and TypeMethodDescriptionfinal List<CreateVolumePermission>CreateVolumePermissionModifications.add()Adds the specified Amazon Web Services account ID or group to the list.final List<CreateVolumePermission>DescribeSnapshotAttributeResponse.createVolumePermissions()The users and groups that have the permissions for creating volumes from the snapshot.final List<CreateVolumePermission>CreateVolumePermissionModifications.remove()Removes the specified Amazon Web Services account ID or group from the list.Methods in software.amazon.awssdk.services.ec2.model with parameters of type CreateVolumePermissionModifier and TypeMethodDescriptionCreateVolumePermissionModifications.Builder.add(CreateVolumePermission... add) Adds the specified Amazon Web Services account ID or group to the list.DescribeSnapshotAttributeResponse.Builder.createVolumePermissions(CreateVolumePermission... createVolumePermissions) The users and groups that have the permissions for creating volumes from the snapshot.CreateVolumePermissionModifications.Builder.remove(CreateVolumePermission... remove) Removes the specified Amazon Web Services account ID or group from the list.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type CreateVolumePermissionModifier and TypeMethodDescriptionCreateVolumePermissionModifications.Builder.add(Collection<CreateVolumePermission> add) Adds the specified Amazon Web Services account ID or group to the list.DescribeSnapshotAttributeResponse.Builder.createVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions) The users and groups that have the permissions for creating volumes from the snapshot.CreateVolumePermissionModifications.Builder.remove(Collection<CreateVolumePermission> remove) Removes the specified Amazon Web Services account ID or group from the list.